fix after rebase

This commit is contained in:
Chris Scoggins
2022-01-27 08:51:49 -06:00
parent 598f53f3d4
commit c042ab08c7
4 changed files with 8 additions and 26 deletions

View File

@ -101,7 +101,6 @@ export default {
show: function () {
if (this.show) {
this.form = getForm(this.model, this.action, this.item1, this.item2)
if (this.form?.form_function) {
this.form = formFunctions[this.form.form_function](this.form)
}