diff --git a/src/client/Containers/Calculation/lib/elements/elementsProps.ts b/src/client/Containers/Calculation/lib/elements/elementsProps.ts index 45b956d..5978205 100644 --- a/src/client/Containers/Calculation/lib/elements/elementsProps.ts +++ b/src/client/Containers/Calculation/lib/elements/elementsProps.ts @@ -183,12 +183,12 @@ const elementsProps: TElements = { 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',