fix: select all checkbox not changing when changing folders (#3225)

Fix select all checkbox not changing when changing folders
This commit is contained in:
Lucas Oliveira 2024-08-07 10:45:10 -03:00 committed by GitHub
commit a7bfb55e8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -87,6 +87,7 @@ export default function ComponentsComponent({
setFolderUrl(folderId ?? "");
setSelectedFlowsComponentsCards([]);
handleSelectAll(false);
setShouldSelectAll(true);
getFolderById(folderId ? folderId : myCollectionId);
}, [location]);