mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
improve alert logging
This commit is contained in:
parent
587296882c
commit
ea2c1017b0
|
@ -10,7 +10,7 @@ export const useAlertsStore = defineStore('alerts', {
|
|||
this.activeMessages.push(message);
|
||||
},
|
||||
removeAlert(alert: AlertType) {
|
||||
console.log('dismissed');
|
||||
console.log('dismissed', alert);
|
||||
this.activeMessages = this.activeMessages.filter((v) => v !== alert);
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user