fix: restore quick add magic modal close button on mobile (#1622)

* fix(frontend): add close control to quick add magic modal
This commit is contained in:
kolaente 2025-10-08 23:49:43 +02:00 committed by GitHub
parent db6b82a002
commit dd245cf35e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@
<Card
class="has-no-shadow"
:title="$t('task.quickAddMagic.title')"
:show-close="true"
@close="() => visible = false"
>
<p>{{ $t('task.quickAddMagic.intro') }}</p>