feat: confirm before deleting knowledge base and add ChunkToolBar (#56)
* feat: confirm before deleting knowledge base * feat: add ChunkToolBar
This commit is contained in:
@@ -55,7 +55,8 @@ export const ParsingStatusCell = ({ record }: IProps) => {
|
||||
{isRunning ? (
|
||||
<Space>
|
||||
<Badge color={runningStatus.color} />
|
||||
`${runningStatus.label}${record.progress * 100}%`
|
||||
{runningStatus.label}
|
||||
<span>{record.progress * 100}%</span>
|
||||
</Space>
|
||||
) : (
|
||||
runningStatus.label
|
||||
|
||||
Reference in New Issue
Block a user