refs #13828 Merge branch 'origin/13828-trash-view'
[arvados-workbench2.git] / src / store / navigation / navigation-action.ts
index 6298e2511c48d12a77e549e70cc79135a3f24510..ddb9d29ffdaa05a79f591773412f2723f4500337 100644 (file)
@@ -28,6 +28,8 @@ export const navigateTo = (uuid: string) =>
 
 export const navigateToFavorites = push(Routes.FAVORITES);
 
+export const navigateToTrash = push(Routes.TRASH);
+
 export const navigateToProject = compose(push, getProjectUrl);
 
 export const navigateToCollection = compose(push, getCollectionUrl);