diff --git a/apps/web/Components/Calculation/config/elements-props.tsx b/apps/web/Components/Calculation/config/elements-props.tsx index 5b2a81c..b17bce5 100644 --- a/apps/web/Components/Calculation/config/elements-props.tsx +++ b/apps/web/Components/Calculation/config/elements-props.tsx @@ -429,7 +429,7 @@ const props: Partial = { }, tbxMaxPriceChange: { min: 0, - max: 100_000_000, + max: 1_000_000_000, step: 10_000, parser, formatter, @@ -439,7 +439,7 @@ const props: Partial = { }, tbxMinPriceChange: { min: 0, - max: 100_000_000, + max: 1_000_000_000, step: 10_000, parser, formatter,