Merge branch '14277-search-results-view'
[arvados.git] / src / store / navigation / navigation-action.ts
index c8a554c7651ea5d5f955ab11bb91051ee96626b2..b060afc433c11df2f554ea1160c53f309f16cc68 100644 (file)
@@ -55,3 +55,7 @@ export const navigateToRootProject = (dispatch: Dispatch, getState: () => RootSt
 };
 
 export const navigateToSharedWithMe = push(Routes.SHARED_WITH_ME);
+
+export const navigateToRunProcess = push(Routes.RUN_PROCESS);
+
+export const navigateToSearchResults = push(Routes.SEARCH_RESULTS);
\ No newline at end of file