mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
refac
This commit is contained in:
parent
0a85dd4bca
commit
16090bc272
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
|||
</div>
|
||||
|
||||
<div class="w-full text-sm line-clamp-1">
|
||||
{item.title ? item.title : item.link}
|
||||
{item?.title ?? item.link}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue