remove commented save function execution code
This commit is contained in:
parent
8930309fa0
commit
45be7afd17
@ -50,7 +50,6 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
...mapActions(useLayoutStore, ["closeHovers"]),
|
...mapActions(useLayoutStore, ["closeHovers"]),
|
||||||
saveAndClose() {
|
saveAndClose() {
|
||||||
// Ejecutar la función de guardado si está disponible
|
|
||||||
if (this.currentPrompt?.saveAction) {
|
if (this.currentPrompt?.saveAction) {
|
||||||
this.currentPrompt.saveAction();
|
this.currentPrompt.saveAction();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user