21448: removed share from process menu Arvados-DCO-1.1-Signed-off-by: Lisa Knox ...
[arvados.git] / services / workbench2 / src / views-components / context-menu / actions / collection-file-viewer-action.tsx
index f736f0bf2705bf8d3481eb974cfdb93a3a1cc23f..06b79bda4d61008340c4c140cd2a78f68e9d2d2c 100644 (file)
@@ -6,7 +6,7 @@ import { connect } from "react-redux";
 import { RootState } from "../../../store/store";
 import { FileViewerAction } from 'views-components/context-menu/actions/file-viewer-action';
 import { getNodeValue } from "models/tree";
-import { ContextMenuKind } from 'views-components/context-menu/context-menu';
+import { ContextMenuKind } from 'views-components/context-menu/menu-item-sort';
 import { getInlineFileUrl, sanitizeToken, isInlineFileUrlSafe } from "./helpers";
 
 const mapStateToProps = (state: RootState) => {