mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
change servicio cliente to maquina tareas
This commit is contained in:
@ -18,3 +18,13 @@ export const alertConfirmationDelete = (title,type="primary") => {
|
||||
buttonsStyling: false
|
||||
})
|
||||
}
|
||||
|
||||
export const alertSuccessMessage = (title,type="primary") => {
|
||||
return Swal.fire({
|
||||
showCancelButton: false,
|
||||
showConfirmButton : false,
|
||||
title: title,
|
||||
text: title,
|
||||
icon: "success"
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user