Skip to content

Commit 359653f

Browse files
committed
fixed syntax
1 parent 383a44c commit 359653f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ComponentDisplay.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
>
2323
<h3>{{ componentData.componentName }}</h3>
2424
</VueDraggableResizable>
25-
<q-dialog v-model="modalOpen" style="width: 700px">
25+
<q-dialog v-model="modalOpen">
2626
<ChildrenMultiselect />
2727
</q-dialog>
2828
</div>

0 commit comments

Comments
 (0)