diff --git a/src/util.js b/src/util.js index 51e4b339..0f9bcaae 100644 --- a/src/util.js +++ b/src/util.js @@ -74,7 +74,7 @@ const toast = Swal.mixin({ }); const errorToast = (title) => toast.fire({ - type: 'error', + icon: 'error', title, });