user-admin-panel-init
[arvados-workbench2.git] / src / store / navigation / navigation-action.ts
index d452710cf561f298e65a8bea2a1c1395392c3738..4ee22108eb9fdb0e9f16217345144b0b73f2b461 100644 (file)
@@ -68,4 +68,6 @@ export const navigateToRepositories = push(Routes.REPOSITORIES);
 
 export const navigateToSshKeys= push(Routes.SSH_KEYS);
 
-export const navigateToKeepServices = push(Routes.KEEP_SERVICES);
\ No newline at end of file
+export const navigateToKeepServices = push(Routes.KEEP_SERVICES);
+
+export const navigateToUsers = push(Routes.USERS);
\ No newline at end of file