remove commented save function execution code
This commit is contained in:
parent
8930309fa0
commit
45be7afd17
@ -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();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user