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
a0692a434d
commit
8d38af8ddd
2 changed files with 1 additions and 2 deletions
|
|
@ -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 a new issue