[mirotalk] - fix typo

This commit is contained in:
Miroslav Pejic
2024-08-10 22:41:12 +02:00
parent 4338c9c3bc
commit c97e688976
+2 -1
View File
@@ -10578,7 +10578,8 @@ function userLog(type, message, timer = 3000) {
timerProgressBar: true,
});
Toast.fire({
html: message,
icon: 'info',
title: message,
showClass: { popup: 'animate__animated animate__fadeInDown' },
hideClass: { popup: 'animate__animated animate__fadeOutUp' },
});