mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-17 14:55:23 +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>
|
||||||
|
|
||||||
<div class="w-full text-sm line-clamp-1">
|
<div class="w-full text-sm line-clamp-1">
|
||||||
{item.title ? item.title : item.link}
|
{item?.title ?? item.link}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue