Skip to content

Commit 74b190a

Browse files
Shanon LeeShanon Lee
authored andcommitted
Commit before pull
1 parent 6a04edd commit 74b190a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/home_sidebar_items/ComponentTab/EditDeleteComponents.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Description:
3636
<VueMultiselect
3737
v-model="testModel"
3838
placeholder="Add/Remove Children"
39-
:multiple="true"
40-
:close-on-select="false"
39+
:multiple="false"
40+
:close-on-select="true"
4141
:options="childOptions"
4242
@input="handleAddChild"
4343
:max-height="90"
@@ -251,7 +251,7 @@ export default {
251251
]),
252252
253253
handleAddChild(value) {
254-
// console.log('selected child component: ', value)
254+
console.log('selected child component: ', value)
255255
this.updateActiveComponentChildrenValue(value);
256256
},
257257

0 commit comments

Comments
 (0)