mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
#726 Code fixes
This commit is contained in:
parent
a181cd2c5f
commit
b3d42fccec
@ -160,7 +160,9 @@ export class FormModel {
|
||||
}
|
||||
|
||||
private validateField(field: FormFieldModel) {
|
||||
if (!field) return;
|
||||
if (!field) {
|
||||
return;
|
||||
}
|
||||
if (!field.isValid()) {
|
||||
this._isValid = false;
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user