X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/761e9780888a343e0655563acea23577eeb5d29a..7eb16e136a720bdfda5a4d4782d9cce1d00f5ded:/src/index.tsx diff --git a/src/index.tsx b/src/index.tsx index 03840d49..5d939d36 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -66,6 +66,7 @@ import { workflowActionSet } from 'views-components/context-menu/action-sets/wor import { snackbarActions, SnackbarKind } from "store/snackbar/snackbar-actions"; import { openNotFoundDialog } from './store/not-found-panel/not-found-panel-action'; import { storeRedirects } from './common/redirect-to'; +import { searchResultsActionSet } from 'views-components/context-menu/action-sets/search-results-action-set'; console.log(`Starting arvados [${getBuildInfo()}]`); @@ -104,6 +105,7 @@ addMenuActionSet(ContextMenuKind.PROJECT_ADMIN, projectAdminActionSet); addMenuActionSet(ContextMenuKind.FILTER_GROUP_ADMIN, filterGroupAdminActionSet); addMenuActionSet(ContextMenuKind.PERMISSION_EDIT, permissionEditActionSet); addMenuActionSet(ContextMenuKind.WORKFLOW, workflowActionSet); +addMenuActionSet(ContextMenuKind.SEARCH_RESULTS, searchResultsActionSet); storeRedirects();