Showing
1 changed file
with
1 additions
and
1 deletions
@@ -21,7 +21,7 @@ export const getFormSchemas = (): FormSchema[] => { | @@ -21,7 +21,7 @@ export const getFormSchemas = (): FormSchema[] => { | ||
21 | min: -2147483648, | 21 | min: -2147483648, |
22 | max: 2147483647, | 22 | max: 2147483647, |
23 | step: 1, | 23 | step: 1, |
24 | - decimalSeparator: 0, | 24 | + precision: 0, |
25 | }; | 25 | }; |
26 | }, | 26 | }, |
27 | colProps: { | 27 | colProps: { |