Skip to content

Commit

Permalink
[mirotalk] - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Sep 5, 2024
1 parent b0a7b09 commit e1ecf0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -10830,7 +10830,7 @@ function userLog(type, message, timer = 3000) {
});
Toast.fire({
icon: 'info',
title: message,
text: message,
showClass: { popup: 'animate__animated animate__fadeInDown' },
hideClass: { popup: 'animate__animated animate__fadeOutUp' },
});
Expand Down

0 comments on commit e1ecf0b

Please sign in to comment.