Skip to content

Commit

Permalink
Fix: Don't show yellow text for unsupported files (#1081)
Browse files Browse the repository at this point in the history
Signed-off-by: Daishan Peng <[email protected]>
  • Loading branch information
StrongMonkey authored Dec 31, 2024
1 parent 58dd08f commit 7f73297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/admin/app/components/knowledge/FileTree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ export default function FileTreeNode({
Unsupported
</Label>
</TooltipTrigger>
<TooltipContent className="text-warning">
<TooltipContent>
{node.file.error}
</TooltipContent>
</Tooltip>
Expand Down

0 comments on commit 7f73297

Please sign in to comment.