mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-25 20:45:15 +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"
|
v-model="pairlistStore.configName"
|
||||||
size="sm"
|
size="sm"
|
||||||
:options="pairlistStore.savedConfigs.map((c) => c.name)"
|
: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>
|
</edit-value>
|
||||||
<b-button
|
<b-button
|
||||||
|
|
Loading…
Reference in New Issue
Block a user