Update frontend/src/app/knowledge/chunks/page.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
c33b5bcd4e
commit
9caebae22e
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ function ChunksPageContent() {
|
||||||
onClick={() => handleChunkCardCheckboxChange(index)}
|
onClick={() => handleChunkCardCheckboxChange(index)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<span className="text-sm text-bold">
|
<span className="text-sm font-bold">
|
||||||
Chunk {chunk.page}
|
Chunk {chunk.page}
|
||||||
</span>
|
</span>
|
||||||
<span className="bg-background p-1 rounded text-xs text-muted-foreground/70">
|
<span className="bg-background p-1 rounded text-xs text-muted-foreground/70">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue