mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Fix bad order feedback
This commit is contained in:
parent
6684992d99
commit
19c41797cd
|
@ -13,7 +13,8 @@
|
|||
v-if="botStore.activeBot.botApiVersion >= 2.13 && botStore.activeBot.shortAllowed"
|
||||
label="Order direction (Long or Short)"
|
||||
label-for="order-direction"
|
||||
invalid-feedback="Order direction must be empty or a positive number"
|
||||
invalid-feedback="Order direction must be set"
|
||||
:state="orderSide !== undefined"
|
||||
>
|
||||
<b-form-radio-group
|
||||
id="order-direction"
|
||||
|
|
Loading…
Reference in New Issue
Block a user