mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 16:59:42 +00:00
refac
This commit is contained in:
parent
a0692a434d
commit
8d38af8ddd
@ -41,7 +41,7 @@
|
||||
|
||||
<div class="flex items-center gap-1">
|
||||
<div class=" text-xs w-full text-gray-500 bg-transparent line-clamp-1">
|
||||
{model.meta.description}
|
||||
{model?.meta?.description ?? model.id}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -274,7 +274,6 @@
|
||||
bind:value={description}
|
||||
placeholder={$i18n.t('Enter description')}
|
||||
autocomplete="off"
|
||||
required
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user