forked from open-webui/open-webui
feat: editable prompt suggestions integration
This commit is contained in:
parent
4e1b52e91b
commit
c4a039326f
6 changed files with 172 additions and 52 deletions
|
@ -13,7 +13,7 @@
|
|||
}}
|
||||
>
|
||||
<div class="flex flex-col text-left self-center">
|
||||
{#if prompt.title}
|
||||
{#if prompt.title && prompt.title[0] !== ''}
|
||||
<div class="text-sm font-medium dark:text-gray-300">{prompt.title[0]}</div>
|
||||
<div class="text-sm text-gray-500">{prompt.title[1]}</div>
|
||||
{:else}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue