fix: input quick note

This commit is contained in:
Timothy Jaeryang Baek
2026-01-09 02:44:08 +04:00
parent 00837d8f99
commit 9e9616b670

View File

@@ -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