mirror of
https://github.com/open-webui/open-webui
synced 2024-11-21 15:47:49 +00:00
fix: models workspace
This commit is contained in:
parent
e2d20896b6
commit
6b410ca56a
@ -266,7 +266,7 @@
|
||||
|
||||
<div class="flex gap-1 text-xs overflow-hidden">
|
||||
<div class="line-clamp-1">
|
||||
{#if model?.meta?.description.trim()}
|
||||
{#if (model?.meta?.description ?? '').trim()}
|
||||
{model?.meta?.description}
|
||||
{:else}
|
||||
{model.id}
|
||||
|
Loading…
Reference in New Issue
Block a user