fixed conflicts + link to ssh-keys panel
[arvados-workbench2.git] / src / store / navigation / navigation-action.ts
index 57967c7dda977f0d3feec3bb8424b43917eed4c4..fc08f3ac495403949d4aa2fc6f32a82e18db3bba 100644 (file)
@@ -62,4 +62,6 @@ export const navigateToRunProcess = push(Routes.RUN_PROCESS);
 
 export const navigateToSearchResults = push(Routes.SEARCH_RESULTS);
 
-export const navigateToSshKeys= push(Routes.SSH_KEYS);
\ No newline at end of file
+export const navigateToRepositories = push(Routes.REPOSITORIES);
+
+export const navigateToSshKeys= push(Routes.SSH_KEYS);