Rem defect - refs #5112

This commit is contained in:
Samuel Georges 2021-03-17 19:50:17 +11:00
parent fbbcbbb32f
commit ea4ca1802b

View File

@ -39,7 +39,6 @@
this.$el.on('oc.triggerOn.afterUpdate', this.proxy(this.toggleEmptyTabs))
this.$el.one('dispose-control', this.proxy(this.dispose))
this.$form.closest('.modal').on('hidden.oc.popup', this.proxy(this.dispose))
}
FormWidget.prototype.dispose = function() {