refactor: make component tag self closing
This commit is contained in:
parent
9b7141b1f4
commit
4c82ef89fb
1 changed files with 1 additions and 1 deletions
|
|
@ -701,7 +701,7 @@
|
|||
v-bind:show="showRequestModal"
|
||||
v-on:hide-model="hideRequestModal"
|
||||
v-bind:editing-request="editRequest"
|
||||
></save-request-as>
|
||||
/>
|
||||
|
||||
<pw-modal v-if="showModal" @close="showModal = false">
|
||||
<div slot="header">
|
||||
|
|
|
|||
Loading…
Reference in a new issue