mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-25 09:13:11 -05:00
fixed return value
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user