21128: renamed overloaded context menu types Arvados-DCO-1.1-Signed-off-by: Lisa...
[arvados-workbench2.git] / src / views-components / context-menu / action-sets / collection-files-not-selected-action-set.ts
index 1e31d11c800742eac41659e502513aeb39d4d86f..dee166023acdcafd910d5d3edceeaa16e3e6c359 100644 (file)
@@ -2,11 +2,11 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import { ContextMenuActionSet } from "views-components/context-menu/context-menu-action-set";
+import { ContextMenuActionItemSet } from "views-components/context-menu/context-menu-action-set";
 import { collectionPanelFilesAction } from "store/collection-panel/collection-panel-files/collection-panel-files-actions";
 import { SelectAllIcon } from "components/icon/icon";
 
-export const collectionFilesNotSelectedActionSet: ContextMenuActionSet = [[{
+export const collectionFilesNotSelectedActionSet: ContextMenuActionItemSet = [[{
     name: "Select all",
     icon: SelectAllIcon,
     execute: dispatch => {