[2] Calculation/config: increase Min/Max PriceChange

This commit is contained in:
vchikalkin 2023-07-19 14:49:27 +03:00
parent 0f61d4a399
commit 903b32084a

View File

@ -429,7 +429,7 @@ const props: Partial<ElementsProps> = {
},
tbxMaxPriceChange: {
min: 0,
max: 100_000_000,
max: 1_000_000_000,
step: 10_000,
parser,
formatter,
@ -439,7 +439,7 @@ const props: Partial<ElementsProps> = {
},
tbxMinPriceChange: {
min: 0,
max: 100_000_000,
max: 1_000_000_000,
step: 10_000,
parser,
formatter,