fix: data management food edit / create (#7148)

This commit is contained in:
Kuchenpirat
2026-02-26 12:45:44 +01:00
committed by GitHub
parent e5d930ecb8
commit c6171f2cb2

View File

@@ -307,6 +307,7 @@ const formItems = computed<AutoFormItems>(() => [
varName: "labelId",
type: fieldTypes.SELECT,
options: labelOptions.value,
selectReturnValue: "value",
},
{
label: i18n.t("tool.on-hand"),