Feat: Adjust the style of mcp and checkbox. #10427 (#11150)

### What problem does this PR solve?

Feat: Adjust the style of mcp and checkbox. #10427

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-11-10 19:02:41 +08:00
committed by GitHub
parent a191933f81
commit 29ea059f90
8 changed files with 72 additions and 48 deletions

View File

@ -190,7 +190,7 @@ const Chunk = () => {
<BreadcrumbSeparator />
<BreadcrumbItem>
<BreadcrumbPage>
{knowledgeId ? documentInfo?.name : t('dataflow.viewResult')}
{knowledgeId ? documentInfo?.name : t('flow.viewResult')}
</BreadcrumbPage>
</BreadcrumbItem>
</BreadcrumbList>