remove commented save function execution code

This commit is contained in:
Jorge 2025-09-12 17:14:27 +02:00 committed by Henrique Dias
parent 8930309fa0
commit 45be7afd17

View File

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