fixed return value

This commit is contained in:
Michael Genson
2026-02-24 18:19:53 +00:00
parent 7347d81ebc
commit c87a68188f

View File

@@ -297,6 +297,7 @@ const formItems = computed<AutoFormItems>(() => [
label: i18n.t("data-pages.units.standard-unit"), label: i18n.t("data-pages.units.standard-unit"),
varName: "standardUnit", varName: "standardUnit",
type: fieldTypes.SELECT, type: fieldTypes.SELECT,
selectReturnValue: "value",
options: [ options: [
{ {
text: i18n.t("data-pages.units.standard-unit-labels.fluid-ounce"), text: i18n.t("data-pages.units.standard-unit-labels.fluid-ounce"),