next conflicts
[arvados-workbench2.git] / src / store / navigation / navigation-action.ts
index bae16891ffb4ec9016b64479ebd97b94b7dc6538..8d68a4b6856e4179260a95315eac5158f4c8a95f 100644 (file)
@@ -75,3 +75,5 @@ export const navigateToKeepServices = push(Routes.KEEP_SERVICES);
 export const navigateToComputeNodes = push(Routes.COMPUTE_NODES);
 
 export const navigateToUsers = push(Routes.USERS);
+
+export const navigateToApiClientAuthorizations = push(Routes.API_CLIENT_AUTHORIZATIONS);