prepare structure and init stepper
[arvados-workbench2.git] / src / store / navigation / navigation-action.ts
index 943f38ce98b4eb633b6d369c2bcc2313d85d932f..d8c70710b8c990722295ccc5464f2d50b9a5b7ad 100644 (file)
@@ -51,3 +51,5 @@ export const navigateToRootProject = (dispatch: Dispatch, getState: () => RootSt
 };
 
 export const navigateToSharedWithMe = push(Routes.SHARED_WITH_ME);
+
+export const navigateToRunProcess = push(Routes.RUN_PROCESS);
\ No newline at end of file