fixes modal ( not closing ) (#53)
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
@input="onActionInput"
|
||||
/>
|
||||
|
||||
<modal :show="showCopyFormModal" @close="showCopyFormModal">
|
||||
<modal :show="showCopyFormModal" @close="showCopyFormModal = false">
|
||||
<h3 class="font-semibold block text-lg">
|
||||
Copy logic from another field
|
||||
</h3>
|
||||
|
||||
Reference in New Issue
Block a user