21128: renamed overloaded context menu types Arvados-DCO-1.1-Signed-off-by: Lisa...
[arvados-workbench2.git] / src / views-components / context-menu / action-sets / keep-service-action-set.ts
index 2957f008cd055f04fea2533e3a5e9e28ee96dfac..9959ab365b14cbe9ec3f93ac4744d4b83cf37126 100644 (file)
@@ -4,10 +4,10 @@
 
 import { openKeepServiceAttributesDialog, openKeepServiceRemoveDialog } from 'store/keep-services/keep-services-actions';
 import { openAdvancedTabDialog } from 'store/advanced-tab/advanced-tab';
-import { ContextMenuActionSet } from 'views-components/context-menu/context-menu-action-set';
+import { ContextMenuActionItemSet } from 'views-components/context-menu/context-menu-action-set';
 import { AdvancedIcon, RemoveIcon, AttributesIcon } from 'components/icon/icon';
 
-export const keepServiceActionSet: ContextMenuActionSet = [
+export const keepServiceActionSet: ContextMenuActionItemSet = [
     [
         {
             name: 'Attributes',