mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fix: models workspace
This commit is contained in:
parent
e2d20896b6
commit
6b410ca56a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue