mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-17 14:55:23 +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="flex gap-1 text-xs overflow-hidden">
|
||||||
<div class="line-clamp-1">
|
<div class="line-clamp-1">
|
||||||
{#if model?.meta?.description.trim()}
|
{#if (model?.meta?.description ?? '').trim()}
|
||||||
{model?.meta?.description}
|
{model?.meta?.description}
|
||||||
{:else}
|
{:else}
|
||||||
{model.id}
|
{model.id}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue