mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-21 15:43:51 +00:00
fix: Chart oddity where a different timeframe couldn't be selected.
This commit is contained in:
parent
566df2265a
commit
c4bedc59b8
|
@ -30,11 +30,8 @@ const availablePairs = computed<string[]>(() => {
|
|||
|
||||
onMounted(() => {
|
||||
if (botStore.activeBot.isWebserverMode) {
|
||||
// this.refresh();
|
||||
botStore.activeBot.getAvailablePairs({ timeframe: botStore.activeBot.timeframe });
|
||||
// .then((val) => {
|
||||
// console.log(val);
|
||||
// });
|
||||
// Get available pairs for all timeframes
|
||||
botStore.activeBot.getAvailablePairs({});
|
||||
} else if (!botStore.activeBot.whitelist || botStore.activeBot.whitelist.length === 0) {
|
||||
botStore.activeBot.getWhitelist();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user