X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/f1db282d059c1d0a6e264943344e09bda5d40282..4b961d16b8f8ef8afbd13697a79fe4684acd0416:/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([