change servicio cliente to maquina tareas

This commit is contained in:
amazuecos
2025-01-18 09:49:00 +01:00
parent c5440ad76e
commit 84accc8e03
23 changed files with 412 additions and 395 deletions

View File

@ -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"
})
}