fixes modal ( not closing ) (#53)

This commit is contained in:
AAVision 2023-01-02 00:40:46 +03:00 committed by GitHub
parent 73ee9a0bf9
commit e8aa1d8a63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
@input="onActionInput" @input="onActionInput"
/> />
<modal :show="showCopyFormModal" @close="showCopyFormModal"> <modal :show="showCopyFormModal" @close="showCopyFormModal = false">
<h3 class="font-semibold block text-lg"> <h3 class="font-semibold block text-lg">
Copy logic from another field Copy logic from another field
</h3> </h3>