Update frontend/src/app/knowledge/chunks/page.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
9caebae22e
commit
5a473541ad
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ function ChunksPageContent() {
|
||||||
<div>
|
<div>
|
||||||
<Checkbox
|
<Checkbox
|
||||||
checked={selectedChunks.has(index)}
|
checked={selectedChunks.has(index)}
|
||||||
onClick={() => handleChunkCardCheckboxChange(index)}
|
onCheckedChange={(checked) => handleChunkCardCheckboxChange(checked, index)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<span className="text-sm font-bold">
|
<span className="text-sm font-bold">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue