mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 08:52:26 +00:00
Merge branch 'master' into deps/bump-buffetjs
This commit is contained in:
commit
eb62242bcc
@ -123,7 +123,7 @@ function Inputs({
|
|||||||
let step;
|
let step;
|
||||||
|
|
||||||
if (type === 'float' || type === 'decimal') {
|
if (type === 'float' || type === 'decimal') {
|
||||||
step = 0.1;
|
step = 0.01;
|
||||||
} else if (type === 'time' || type === 'datetime') {
|
} else if (type === 'time' || type === 'datetime') {
|
||||||
step = 30;
|
step = 30;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user