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(); }