Adjust for new code structure
[arvados-workbench2.git] / src / store / navigation / navigation-action.ts
index 188acf12bd30afc55b838f6d31f279822e0b6628..2c0f2097e127c883c595c5cb2e822609604ebead 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);