fix(core): update
This commit is contained in:
parent
3ce0683a05
commit
5dd3da9f31
@ -103,7 +103,9 @@ export class DeesForm extends DeesElement {
|
|||||||
requiredOK = false;
|
requiredOK = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.getSubmitButton().disabled = !requiredOK;
|
if (this.getSubmitButton()) {
|
||||||
|
this.getSubmitButton().disabled = !requiredOK;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public async gatherData() {
|
public async gatherData() {
|
||||||
|
Loading…
Reference in New Issue
Block a user