Merge branch 'master' into 14206-icons-descriptions-are-not-displayed-when-using-TAB
[arvados.git] / src / store / navigation / navigation-action.ts
index b65f687586002047af4164f5da4bd4e0a1923081..c68c5398754e13c6a439af6176cf53a36def01d7 100644 (file)
@@ -24,6 +24,8 @@ export const navigateTo = (uuid: string) =>
         }
         if (uuid === SidePanelTreeCategory.FAVORITES) {
             dispatch<any>(navigateToFavorites);
+        } else if(uuid === SidePanelTreeCategory.SHARED_WITH_ME){
+            dispatch(navigateToSharedWithMe);
         }
     };