mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
refac: suggestions display full name on hover
This commit is contained in:
parent
79fd61cd5f
commit
9578bac099
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@
|
|||
{/if}
|
||||
</Tooltip>
|
||||
|
||||
<Tooltip content={item.description || decodeString(item?.name)} placement="top-start">
|
||||
<Tooltip content={`${decodeString(item?.name)}`} placement="top-start">
|
||||
<div class="line-clamp-1 flex-1">
|
||||
{decodeString(item?.name)}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue