Fix variable declaration in toastHandler
This commit is contained in:
parent
90dbadac24
commit
a8b0374d5e
@ -1,4 +1,4 @@
|
||||
const currentToasts = [];
|
||||
currentToasts = [];
|
||||
|
||||
/**
|
||||
* Generic function to create a new toast
|
||||
|
Loading…
Reference in New Issue
Block a user