[2] Calculation/config: increase Min/Max PriceChange
This commit is contained in:
parent
0f61d4a399
commit
903b32084a
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user