mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac
This commit is contained in:
parent
539201a032
commit
0d1f7265c4
1 changed files with 3 additions and 3 deletions
|
|
@ -52,11 +52,11 @@
|
|||
class="flex gap-2 items-center px-3 py-2 text-sm font-medium cursor-pointer rounded-xl"
|
||||
>
|
||||
<div class="flex-1 flex items-center gap-2">
|
||||
<WrenchSolid />
|
||||
|
||||
<Tooltip content={tools[toolId]?.description ?? ''}>
|
||||
<div class="flex items-center line-clamp-1">{tools[toolId].name}</div>
|
||||
<WrenchSolid />
|
||||
</Tooltip>
|
||||
|
||||
<div class=" line-clamp-1">{tools[toolId].name}</div>
|
||||
</div>
|
||||
|
||||
<Switch
|
||||
|
|
|
|||
Loading…
Reference in a new issue