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-23 13:24:49 -06:00 committed by GitHub
parent 3cb33526db
commit c33b5bcd4e
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, fileData?.chunks]);
}, [data, filename]);
// Set selected state for all checkboxes when selectAll changes
useEffect(() => {