mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-10 06:55: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: {
|
numberInputConfig: {
|
||||||
min: 0,
|
min: 0,
|
||||||
max: undefined,
|
max: undefined,
|
||||||
precision: undefined,
|
precision: null,
|
||||||
controlVariant: "hidden",
|
controlVariant: "hidden",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user