perbaikan dan sweetalert
This commit is contained in:
+4
-1
@@ -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'
|
||||
}
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user