mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Fix compilation error (#1993)
This commit is contained in:
committed by
Eugenio Romano
parent
10c9670a54
commit
6f1a3d7470
@@ -106,8 +106,8 @@ export class FormFieldModel extends FormWidgetModel {
|
||||
}
|
||||
|
||||
set readOnly(readOnly: boolean) {
|
||||
return this._readOnly = readOnly;
|
||||
this.updateForm();
|
||||
this._readOnly = readOnly;
|
||||
}
|
||||
|
||||
get isValid(): boolean {
|
||||
|
||||
Reference in New Issue
Block a user