food editor model append to body

This commit is contained in:
vabene1111
2025-01-02 11:12:52 +01:00
parent a4a93c5f4a
commit ac2d78f7a5

View File

@@ -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>