X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fa9b3ce44a3a9315207852d1f182000a6166f9e9..c93fca2c9be41ca963a0271dd373cc1a40cba196:/src/store/trash/trash-actions.ts diff --git a/src/store/trash/trash-actions.ts b/src/store/trash/trash-actions.ts index 693a0ece7e..b810b1e490 100644 --- a/src/store/trash/trash-actions.ts +++ b/src/store/trash/trash-actions.ts @@ -29,6 +29,7 @@ export const toggleProjectTrashed = (uuid: string, ownerUuid: string, isTrashed: } else { dispatch(snackbarActions.OPEN_SNACKBAR({ message: "Moving to trash...", kind: SnackbarKind.INFO })); await services.groupsService.trash(uuid); + dispatch(projectPanelActions.REQUEST_ITEMS()); dispatch(loadSidePanelTreeProjects(ownerUuid)); dispatch(snackbarActions.OPEN_SNACKBAR({ message: "Added to trash",