From f046ddc88ab4335819b3ecf169ad80eec8140668 Mon Sep 17 00:00:00 2001 From: Chika Date: Tue, 2 Feb 2021 15:39:00 +0300 Subject: [PATCH] change step for tbxLeaseObjectMotorPower --- src/client/Containers/Calculation/lib/elements/elementsProps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/Containers/Calculation/lib/elements/elementsProps.ts b/src/client/Containers/Calculation/lib/elements/elementsProps.ts index ada029d..45b956d 100644 --- a/src/client/Containers/Calculation/lib/elements/elementsProps.ts +++ b/src/client/Containers/Calculation/lib/elements/elementsProps.ts @@ -183,7 +183,7 @@ const elementsProps: TElements = { tbxLeaseObjectMotorPower: { min: '0.00', max: '20000.00', - step: '10.00', + step: '0.50', }, tbxEngineVolume: { min: '0.00',