Merge branch '9964-output-glob-acr' refs #9964
[arvados.git] / services / workbench2 / src / store / project-panel / project-panel-action-bind.ts
index a84039571b928ae4017846df33bb033829b6efa6..404f8ccfda426ec9bb3a3f246c9c0b50175fcc2f 100644 (file)
@@ -7,5 +7,8 @@ import { bindDataExplorerActions } from "store/data-explorer/data-explorer-actio
 // These are split into a separate file to avoid circular imports causing
 // invariant violations with unit tests
 
-export const PROJECT_PANEL_ID = "projectPanel";
-export const projectPanelActions = bindDataExplorerActions(PROJECT_PANEL_ID);
+export const PROJECT_PANEL_DATA_ID = "projectPanelData";
+export const projectPanelDataActions = bindDataExplorerActions(PROJECT_PANEL_DATA_ID);
+
+export const PROJECT_PANEL_RUN_ID = "projectPanelRun";
+export const projectPanelRunActions = bindDataExplorerActions(PROJECT_PANEL_RUN_ID);