Update frontend/src/app/knowledge/chunks/page.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
58ca7de282
commit
c8a1c51c05
1 changed files with 1 additions and 1 deletions
|
|
@ -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(() => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue