mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-25 20:45:15 +00:00
parent
07b28d98a0
commit
d171159ec5
|
@ -25,7 +25,6 @@
|
|||
v-model="amount"
|
||||
type="number"
|
||||
step="0.000001"
|
||||
@keydown.enter="handleEntry"
|
||||
></b-form-input>
|
||||
<b-form-input
|
||||
id="stake-input"
|
||||
|
@ -34,7 +33,6 @@
|
|||
step="0.000001"
|
||||
min="0"
|
||||
:max="trade.amount"
|
||||
@keydown.enter="handleEntry"
|
||||
></b-form-input>
|
||||
</b-form-group>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user