repositories-panel-init
[arvados-workbench2.git] / src / store / navigation / navigation-action.ts
index b63fc2cb290af38edb74be1da9e9beb28c3a5a2c..ce5996997d02a0d22036f15466c9d69a69b57c75 100644 (file)
@@ -61,3 +61,5 @@ export const navigateToSharedWithMe = push(Routes.SHARED_WITH_ME);
 export const navigateToRunProcess = push(Routes.RUN_PROCESS);
 
 export const navigateToSearchResults = push(Routes.SEARCH_RESULTS);
+
+export const navigateToRepositories = push(Routes.REPOSITORIES);