perbaikan dan sweetalert

This commit is contained in:
2025-06-08 15:12:02 +07:00
parent cabb052b21
commit 714eba34b7
6 changed files with 40 additions and 9 deletions
+4 -1
View File
@@ -35,6 +35,9 @@ export function sweetalert(message: string,subtitle:string,type: string) {
title: message,
text: subtitle,
showConfirmButton: false,
timer: 3500
timer: 3500,
customClass:{
container:'my-swal'
}
});
}