mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-14 00:07:01 +08:00
Change the minimum amount to 50 and remove the maximum amount limit.
This commit is contained in:
@@ -758,8 +758,7 @@ function CreateTraderModal({
|
|||||||
type="number"
|
type="number"
|
||||||
value={initialBalance}
|
value={initialBalance}
|
||||||
onChange={(e) => setInitialBalance(Number(e.target.value))}
|
onChange={(e) => setInitialBalance(Number(e.target.value))}
|
||||||
min="100"
|
min="50"
|
||||||
max="100000"
|
|
||||||
className="w-full px-3 py-2 rounded"
|
className="w-full px-3 py-2 rounded"
|
||||||
style={{ background: '#0B0E11', border: '1px solid #2B3139', color: '#EAECEF' }}
|
style={{ background: '#0B0E11', border: '1px solid #2B3139', color: '#EAECEF' }}
|
||||||
required
|
required
|
||||||
|
|||||||
Reference in New Issue
Block a user