1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-25 11:43:17 +01:00
This commit is contained in:
Mikael Finstad 2020-02-19 12:56:10 +08:00
parent e01cc243eb
commit 296a3a2ad5

View File

@ -74,7 +74,7 @@ const toast = Swal.mixin({
});
const errorToast = (title) => toast.fire({
type: 'error',
icon: 'error',
title,
});