FIX: modalToAdd in cuentas.show

This commit is contained in:
2022-04-02 23:58:57 -03:00
parent bc5338b1f1
commit 10e5383a3e

View File

@ -289,6 +289,7 @@ const transacciones = {
return { return {
show: () => { show: () => {
this.modal.find('form').trigger('reset') this.modal.find('form').trigger('reset')
modalToAdd(this.modal)
this.modal.modal('show') this.modal.modal('show')
}, },
exec: () => { exec: () => {