[mirotalk] - fix typo

This commit is contained in:
Miroslav Pejic
2024-09-05 19:45:25 +02:00
parent e1ecf0b986
commit 4dec614c9d
+1 -1
View File
@@ -10830,7 +10830,7 @@ function userLog(type, message, timer = 3000) {
});
Toast.fire({
icon: 'info',
text: message,
html: message,
showClass: { popup: 'animate__animated animate__fadeInDown' },
hideClass: { popup: 'animate__animated animate__fadeOutUp' },
});