mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 11:05:17 +00:00
Fix subtle bug in form-select
This commit is contained in:
parent
eaaa775af9
commit
3decda2a8a
|
@ -24,7 +24,7 @@
|
|||
v-model="pairlistStore.configName"
|
||||
size="sm"
|
||||
:options="pairlistStore.savedConfigs.map((c) => c.name)"
|
||||
@change="(config) => pairlistStore.selectOrCreateConfig(config as string)"
|
||||
@update:model-value="(config) => pairlistStore.selectOrCreateConfig(config as string)"
|
||||
/>
|
||||
</edit-value>
|
||||
<b-button
|
||||
|
|
Loading…
Reference in New Issue
Block a user