From e698cc795a28ea653845f867c72790762e95b10e Mon Sep 17 00:00:00 2001 From: josedario87 Date: Sat, 22 Nov 2025 02:12:42 -0600 Subject: [PATCH] fix --- nuxt4/app/app.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nuxt4/app/app.vue b/nuxt4/app/app.vue index fe7b605..416f827 100644 --- a/nuxt4/app/app.vue +++ b/nuxt4/app/app.vue @@ -266,10 +266,6 @@ const handleOperacionFormSuccess = () => { // Las tablas se recargarán automáticamente } -const closeOperacionDetailModal = () => { - showOperacionDetailModal.value = false - selectedOperacion.value = null -} const closeOperacionDetailModal = () => { showOperacionDetailModal.value = false selectedOperacion.value = null