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
4e09723481
commit
2a629f2071
@@ -108,6 +108,7 @@ export class FormFieldModel extends FormWidgetModel {
|
|||||||
set readOnly(readOnly: boolean) {
|
set readOnly(readOnly: boolean) {
|
||||||
this._readOnly = readOnly;
|
this._readOnly = readOnly;
|
||||||
this.updateForm();
|
this.updateForm();
|
||||||
|
this._readOnly = readOnly;
|
||||||
}
|
}
|
||||||
|
|
||||||
get isValid(): boolean {
|
get isValid(): boolean {
|
||||||
|
Reference in New Issue
Block a user