mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 19:15:15 +00:00
Fix small bug when changing plot config
This commit is contained in:
parent
913f4d9334
commit
8068de9fd0
|
@ -14,7 +14,7 @@
|
|||
v-model="plotStore.plotConfigName"
|
||||
:options="plotStore.availablePlotConfigNames"
|
||||
size="sm"
|
||||
@change="plotStore.plotConfigChanged"
|
||||
@update:model-value="plotStore.plotConfigChanged"
|
||||
>
|
||||
</b-form-select>
|
||||
</EditValue>
|
||||
|
|
Loading…
Reference in New Issue
Block a user