X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7a8fafa13f5f94945cf0a4c5965db273f3435823..fcbb489ecec10bb12af97a86691acf7115da20a2:/src/store/workbench/workbench-actions.ts diff --git a/src/store/workbench/workbench-actions.ts b/src/store/workbench/workbench-actions.ts index 7077f414e5..036f4a3469 100644 --- a/src/store/workbench/workbench-actions.ts +++ b/src/store/workbench/workbench-actions.ts @@ -197,9 +197,9 @@ export const loadProcess = (uuid: string) => export const loadProcessLog = (uuid: string) => async (dispatch: Dispatch) => { const process = await dispatch(processesActions.loadProcess(uuid)); - await dispatch(activateSidePanelTreeItem(process.containerRequest.ownerUuid)); dispatch(setProcessBreadcrumbs(uuid)); dispatch(initProcessLogsPanel(uuid)); + await dispatch(activateSidePanelTreeItem(process.containerRequest.ownerUuid)); }; export const resourceIsNotLoaded = (uuid: string) =>