Merge branch 'main' into 21357-favorites-names
[arvados.git] / services / workbench2 / src / store / workbench / workbench-actions.ts
index 42a1033dde6597ec5d5e493c991dd60503dbc8d2..83c457f94ddb68ded6ce919ae499a5c08b8d879f 100644 (file)
@@ -247,6 +247,7 @@ export const loadProject = (uuid: string) =>
             if (extractUuidKind(uuid) === ResourceKind.USER && userUuid !== uuid) {
                 // Load another users home projects
                 dispatch(finishLoadingProject(uuid));
+                dispatch<any>(setSidePanelBreadcrumbs(uuid));
             } else if (userUuid !== uuid) {
                 await dispatch(finishLoadingProject(uuid));
                 const match = await loadGroupContentsResource({