X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/340b992768b4460ef27b1102f7065381be96f2ea..47f421fa743e2b4b09d4f0fbfbead00545e327d4:/src/store/process-panel/process-panel-actions.ts diff --git a/src/store/process-panel/process-panel-actions.ts b/src/store/process-panel/process-panel-actions.ts index f1f74f6d..42a718bd 100644 --- a/src/store/process-panel/process-panel-actions.ts +++ b/src/store/process-panel/process-panel-actions.ts @@ -26,7 +26,6 @@ export const loadProcessPanel = (uuid: string) => (dispatch: Dispatch) => { dispatch(loadProcess(uuid)); dispatch(initProcessPanelFilters); - dispatch(showWorkflowDetails(uuid)); }; export const navigateToOutput = (uuid: string) => @@ -42,6 +41,7 @@ export const navigateToOutput = (uuid: string) => export const openWorkflow = (uuid: string) => (dispatch: Dispatch, getState: () => RootState, services: ServiceRepository) => { dispatch(navigateToWorkflows); + dispatch(showWorkflowDetails(uuid)); }; export const initProcessPanelFilters = procesPanelActions.SET_PROCESS_PANEL_FILTERS([