mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix compilation error (#1993)
This commit is contained in:
committed by
Eugenio Romano
parent
fc8c81deb3
commit
d57a1d6093
@@ -108,6 +108,7 @@ export class FormFieldModel extends FormWidgetModel {
|
||||
set readOnly(readOnly: boolean) {
|
||||
this._readOnly = readOnly;
|
||||
this.updateForm();
|
||||
this._readOnly = readOnly;
|
||||
}
|
||||
|
||||
get isValid(): boolean {
|
||||
|
Reference in New Issue
Block a user