Update frontend/src/app/knowledge/chunks/page.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
boneill-ds 2025-09-30 11:52:57 -06:00 committed by GitHub
parent 58ca7de282
commit c8a1c51c05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -86,7 +86,7 @@ function ChunksPageContent() {
}
setChunks(fileData?.chunks || []);
}, [data, filename, setChunks, fileData]);
}, [data, filename]);
// Set selected state for all checkboxes when selectAll changes
useEffect(() => {