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:
parent
db6b82a002
commit
dd245cf35e
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue