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"),
varName: "standardUnit",
type: fieldTypes.SELECT,
selectReturnValue: "value",
options: [
{
text: i18n.t("data-pages.units.standard-unit-labels.fluid-ounce"),