mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Fix UI version display
This commit is contained in:
parent
c04e1a163f
commit
0202bcea96
|
@ -194,8 +194,8 @@ export default defineComponent({
|
|||
}
|
||||
});
|
||||
|
||||
onMounted(() => {
|
||||
settingsStore.loadUIVersion();
|
||||
onMounted(async () => {
|
||||
await settingsStore.loadUIVersion();
|
||||
pingInterval.value = window.setInterval(botStore.pingAll, 60000);
|
||||
botStore.allRefreshFull();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user