We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8809dca commit 92f0619Copy full SHA for 92f0619
frontend/src/components/Controller/index.vue
@@ -5,7 +5,7 @@
5
:show-close="dialogOptions.showClose"
6
:close-on-click-modal="false"
7
:visible.sync="dialogVisible"
8
- :modal=false
+ :modal="false"
9
>
10
<div
11
v-if="dialogOptions.body && dialogOptions.bodyType==='html'"
0 commit comments