Skip to content

Commit

Permalink
fix: select all checkbox not changing when changing folders (#3225)
Browse files Browse the repository at this point in the history
Fix select all checkbox not changing when changing folders
  • Loading branch information
lucaseduoli authored Aug 7, 2024
1 parent d44505f commit a7bfb55
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 a7bfb55

Please sign in to comment.