fix(toast): missing message icon

This commit is contained in:
Elian Doran 2025-12-06 23:46:21 +02:00
parent b46850e86e
commit 888ff33be1
No known key found for this signature in database

View File

@ -29,7 +29,7 @@ function closePersistent(id: string) {
removeToastFromStore(id);
}
function showMessage(message: string, delay = 2000, icon = "check") {
function showMessage(message: string, delay = 2000, icon = "bx bx-check") {
console.debug(utils.now(), "message:", message);
addToast({