mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Improve typescript support
This commit is contained in:
parent
0cd9de508b
commit
35a7e04422
|
@ -195,7 +195,7 @@ export function createBotSubStore(botId: string, botName: string) {
|
|||
updateBot(updatedBotInfo: Partial<BotDescriptor>) {
|
||||
userService.updateBot(updatedBotInfo);
|
||||
},
|
||||
setAutoRefresh(newRefreshValue) {
|
||||
setAutoRefresh(newRefreshValue: boolean) {
|
||||
this.autoRefresh = newRefreshValue;
|
||||
// TODO: Investigate this -
|
||||
// this ONLY works if ReloadControl is only visible once,otherwise it triggers twice
|
||||
|
|
Loading…
Reference in New Issue
Block a user