Skip to content

Commit

Permalink
food editor model append to body
Browse files Browse the repository at this point in the history
  • Loading branch information
vabene1111 committed Jan 2, 2025
1 parent a4a93c5 commit ac2d78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue3/src/components/model_editors/FoodEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<v-text-field :label="$t('Plural')" v-model="editingObj.pluralName"></v-text-field>
<v-textarea :label="$t('Description')" v-model="editingObj.description"></v-textarea>
<!-- TODO fix card overflow invisible, overflow-visible class is not working -->
<model-select :label="$t('Category')" v-model="editingObj.supermarketCategory" model="SupermarketCategory"></model-select>
<model-select :label="$t('Category')" v-model="editingObj.supermarketCategory" model="SupermarketCategory" allow-create append-to-body></model-select>
</v-form>
</v-tabs-window-item>

Expand Down

0 comments on commit ac2d78f

Please sign in to comment.