improve toasts by showing close button

pull/794/head
Mikael Finstad 5 years ago
parent 929f213186
commit 56bc6f60df
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -67,6 +67,7 @@ export const toast = Swal.mixin({
toast: true,
position: 'top',
showConfirmButton: false,
showCloseButton: true,
timer: 5000,
timerProgressBar: true,
didOpen: (self) => {

Loading…
Cancel
Save