change elements steps

This commit is contained in:
Chika 2021-02-02 15:45:10 +03:00
parent f046ddc88a
commit 530d1c1b0c

View File

@ -183,12 +183,12 @@ const elementsProps: TElements<ElementProps> = {
tbxLeaseObjectMotorPower: {
min: '0.00',
max: '20000.00',
step: '0.50',
step: '10.00',
},
tbxEngineVolume: {
min: '0.00',
max: '20000.00',
step: '10.00',
step: '0.50',
},
tbxMaxMass: {
min: '0',