Fix variable declaration in toastHandler

This commit is contained in:
Leon Meier 2023-05-21 01:42:16 +02:00
parent 90dbadac24
commit a8b0374d5e

View File

@ -1,4 +1,4 @@
const currentToasts = []; currentToasts = [];
/** /**
* Generic function to create a new toast * Generic function to create a new toast