change meseje of bannerss image

This commit is contained in:
2021-01-12 18:05:28 -06:00
parent 76537e91b2
commit 2e7f9b5055
10 changed files with 40 additions and 11 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ export default {
formData.append("type", 'editarLibro');
await axios.post( `${config.api}/actualizarLibro`, formData ,{ headers: { 'Content-Type': 'multipart/form-data' } });
await Swal.fire(
'Libro actualizado con exito',
'Libro actualizado con éxito',
'',
'success'
);