Skip to content

Commit 92f0619

Browse files
authored
Fix formatting of modal prop in index.vue
1 parent 8809dca commit 92f0619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Controller/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:show-close="dialogOptions.showClose"
66
:close-on-click-modal="false"
77
:visible.sync="dialogVisible"
8-
:modal=false
8+
:modal="false"
99
>
1010
<div
1111
v-if="dialogOptions.body && dialogOptions.bodyType==='html'"

0 commit comments

Comments
 (0)