From c53e342f54f456804f6e7faddc352891c2770c15 Mon Sep 17 00:00:00 2001 From: ale Date: Tue, 8 Oct 2024 21:08:50 -0300 Subject: [PATCH] Hotfix: quitado animate de bulma-toast --- resources/js/app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/js/app.js b/resources/js/app.js index 99261db..e08d2a7 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -38,7 +38,6 @@ Vue.prototype.$toast = function(mensaje, duration = 1000) { duration: duration, type: 'is-danger', position: 'bottom-center', - animate: { in: 'fadeIn', out: 'fadeOut' } }); } Vue.prototype.$limpiarFloat = function(unFloat) { @@ -120,7 +119,7 @@ const app = new Vue({ this.$toast('No se puede modificar un pedido ya aprobado', 2000); return; } - + axios.post("api/subpedidos/" + this.pedido.id + "/sync_devoluciones", { total: total, notas: notas,