Skip to content

Commit

Permalink
linagora#2712 Update trash size when moving items into it
Browse files Browse the repository at this point in the history
  • Loading branch information
rezk2ll committed Feb 3, 2023
1 parent a427186 commit ebaa00b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const ConfirmTrashModalContent = ({ items }: { items: DriveItem[] }) => {
setLoading(true);
await Promise.all((items || []).map(async item => await remove(item.id, item.parent_id)));
setLoading(false);
refresh("trash");
setState({ ...state, open: false });
}}
>
Expand Down

0 comments on commit ebaa00b

Please sign in to comment.