From 45be7afd1754c505e2691d10c56ca54b621cb5fe Mon Sep 17 00:00:00 2001 From: Jorge <124601548+jorgefl8@users.noreply.github.com> Date: Fri, 12 Sep 2025 17:14:27 +0200 Subject: [PATCH] remove commented save function execution code --- frontend/src/components/prompts/DiscardEditorChanges.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/prompts/DiscardEditorChanges.vue b/frontend/src/components/prompts/DiscardEditorChanges.vue index a301a18a..bd6bc49a 100644 --- a/frontend/src/components/prompts/DiscardEditorChanges.vue +++ b/frontend/src/components/prompts/DiscardEditorChanges.vue @@ -50,7 +50,6 @@ export default { methods: { ...mapActions(useLayoutStore, ["closeHovers"]), saveAndClose() { - // Ejecutar la función de guardado si está disponible if (this.currentPrompt?.saveAction) { this.currentPrompt.saveAction(); }