mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-28 05:27:35 +00:00
fix: input quick note
This commit is contained in:
parent
00837d8f99
commit
9e9616b670
1 changed files with 1 additions and 1 deletions
|
|
@ -1711,7 +1711,7 @@
|
|||
</Tooltip>
|
||||
</div>
|
||||
{:else}
|
||||
{#if prompt !== '' && !history?.currentId && ($config?.features?.enable_notes ?? false) && ($user?.role === 'admin' || ($user?.permissions?.features?.notes ?? true))}
|
||||
{#if prompt !== '' && !history?.currentId && ($config?.features?.enable_notes ?? false) && ($_user?.role === 'admin' || ($_user?.permissions?.features?.notes ?? true))}
|
||||
<!-- {$i18n.t('Create Note')} -->
|
||||
<Tooltip content={$i18n.t('Create note')} className=" flex items-center">
|
||||
<button
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue