mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 02:11:57 +00:00
allow setting price in forcebuy form
This commit is contained in:
parent
d7fffcd791
commit
7793faa798
|
@ -77,7 +77,7 @@ export default {
|
|||
// call forcebuy
|
||||
const payload = { pair: this.pair };
|
||||
if (this.price) {
|
||||
payload.price = this.price;
|
||||
payload.price = Number(this.price);
|
||||
}
|
||||
this.forcebuy(payload);
|
||||
this.$nextTick(() => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user