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

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>