mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-25 16:25:16 +00:00
frontend: fix grid amount setting
This commit is contained in:
parent
6ef785cdc4
commit
dc2369e3d2
|
@ -163,7 +163,7 @@ export default function ConfigureGridStrategyForm({onBack, onAdded}) {
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case "fixedAmount":
|
case "fixedAmount":
|
||||||
payload.orderAmount = parseFloatValid(fixedAmount);
|
payload.amount = parseFloatValid(fixedAmount);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user