refactor: use property shorthand for consistency
This commit is contained in:
parent
9223044967
commit
0791d196d4
1 changed files with 1 additions and 1 deletions
|
|
@ -699,7 +699,7 @@
|
|||
|
||||
<save-request-as
|
||||
v-bind:show="showRequestModal"
|
||||
v-on:hide-model="hideRequestModal"
|
||||
@hide-model="hideRequestModal"
|
||||
v-bind:editing-request="editRequest"
|
||||
/>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue