mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
parent
c931c2c8f8
commit
d739d84eba
|
@ -121,7 +121,7 @@ export default class BotControls extends Vue {
|
|||
handleReloadConfig() {
|
||||
this.$bvModal.msgBoxConfirm('Reload configuration?').then((value: boolean) => {
|
||||
if (value) {
|
||||
this.handleReloadConfig();
|
||||
this.reloadConfig();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user