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