mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-26 17:53:12 -05:00
fix: data management food edit / create (#7148)
This commit is contained in:
@@ -307,6 +307,7 @@ const formItems = computed<AutoFormItems>(() => [
|
|||||||
varName: "labelId",
|
varName: "labelId",
|
||||||
type: fieldTypes.SELECT,
|
type: fieldTypes.SELECT,
|
||||||
options: labelOptions.value,
|
options: labelOptions.value,
|
||||||
|
selectReturnValue: "value",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: i18n.t("tool.on-hand"),
|
label: i18n.t("tool.on-hand"),
|
||||||
|
|||||||
Reference in New Issue
Block a user