Skip to content

Commit

Permalink
[mirotalk] - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Aug 10, 2024
1 parent 4338c9c commit c97e688
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
});
Expand Down

0 comments on commit c97e688

Please sign in to comment.