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