We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f00d77b commit ac79e88Copy full SHA for ac79e88
renderer/components/MenuBuilder.vue
@@ -117,7 +117,7 @@ const moveMenus = (idx:number):void => {
117
</v-sheet>
118
<v-sheet v-show="_menuList.length > 1" theme="dark">
119
<!-- Render select for a submenu item -->
120
- <v-select v-if="item.hasOwnProperty('id') && item.hasOwnProperty('sub')" theme="dark"
+ <v-select v-if="item.hasOwnProperty('id') && item.hasOwnProperty('sub')"
121
:items="_computedMenuListA"
122
:item-title="'label'"
123
:item-value="'id'"
0 commit comments