fix selection
This commit is contained in:
parent
5a473541ad
commit
1808ccc149
1 changed files with 3 additions and 1 deletions
|
|
@ -224,7 +224,9 @@ function ChunksPageContent() {
|
|||
<div>
|
||||
<Checkbox
|
||||
checked={selectedChunks.has(index)}
|
||||
onCheckedChange={(checked) => handleChunkCardCheckboxChange(checked, index)}
|
||||
onCheckedChange={() =>
|
||||
handleChunkCardCheckboxChange(index)
|
||||
}
|
||||
/>
|
||||
</div>
|
||||
<span className="text-sm font-bold">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue