fixes modal ( not closing ) (#53)
This commit is contained in:
parent
73ee9a0bf9
commit
e8aa1d8a63
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue