mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 00:32:05 +00:00
fix: select
This commit is contained in:
parent
b218b02d93
commit
df21a92542
@ -69,9 +69,12 @@
|
||||
label={item.label}
|
||||
>
|
||||
{item.label}
|
||||
<Select.ItemIndicator class="ml-auto" asChild={false}>
|
||||
|
||||
{#if value === item.value}
|
||||
<div class="ml-auto">
|
||||
<Check />
|
||||
</Select.ItemIndicator>
|
||||
</div>
|
||||
{/if}
|
||||
</Select.Item>
|
||||
{:else}
|
||||
<span class="block px-5 py-2 text-sm text-gray-700 dark:text-gray-100">
|
||||
|
Loading…
Reference in New Issue
Block a user