fix: Allow more precise standard quantities in unit data management (#7218)

This commit is contained in:
Michael Genson
2026-03-09 18:55:56 -05:00
committed by GitHub
parent 1344f1674d
commit 86b72f4d5b

View File

@@ -287,7 +287,7 @@ const formItems = computed<AutoFormItems>(() => [
numberInputConfig: {
min: 0,
max: undefined,
precision: undefined,
precision: null,
controlVariant: "hidden",
},
},