searching on text
[arvados-workbench2.git] / src / store / navigation / navigation-action.ts
index 48bd606e41b146d1f73849d27e3957a84ab9fee8..b060afc433c11df2f554ea1160c53f309f16cc68 100644 (file)
@@ -56,4 +56,6 @@ 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
+export const navigateToRunProcess = push(Routes.RUN_PROCESS);
+
+export const navigateToSearchResults = push(Routes.SEARCH_RESULTS);
\ No newline at end of file