Skip to content

Commit

Permalink
Fix select all checkbox not changing when changing folders
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaseduoli committed Aug 7, 2024
1 parent f0bbf12 commit 4572aa1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export default function ComponentsComponent({
setFolderUrl(folderId ?? "");
setSelectedFlowsComponentsCards([]);
handleSelectAll(false);
setShouldSelectAll(true);
getFolderById(folderId ? folderId : myCollectionId);
}, [location]);

Expand Down

0 comments on commit 4572aa1

Please sign in to comment.