From 530d1c1b0c20324f6ff55ac56fe75b9498059de0 Mon Sep 17 00:00:00 2001 From: Chika Date: Tue, 2 Feb 2021 15:45:10 +0300 Subject: [PATCH] change elements steps --- .../Containers/Calculation/lib/elements/elementsProps.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',