mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix typo error
This commit is contained in:
committed by
Eugenio Romano
parent
58340384fc
commit
e01fa61638
@@ -109,6 +109,7 @@ export class FormFieldModel extends FormWidgetModel {
|
|||||||
this._readOnly = readOnly;
|
this._readOnly = readOnly;
|
||||||
this.updateForm();
|
this.updateForm();
|
||||||
this._readOnly = readOnly;
|
this._readOnly = readOnly;
|
||||||
|
this.updateForm();
|
||||||
}
|
}
|
||||||
|
|
||||||
get isValid(): boolean {
|
get isValid(): boolean {
|
||||||
|
Reference in New Issue
Block a user