mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-05 12:35:35 -04:00
fix: Allow more precise standard quantities in unit data management (#7218)
This commit is contained in:
@@ -287,7 +287,7 @@ const formItems = computed<AutoFormItems>(() => [
|
||||
numberInputConfig: {
|
||||
min: 0,
|
||||
max: undefined,
|
||||
precision: undefined,
|
||||
precision: null,
|
||||
controlVariant: "hidden",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user