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
0669575cb8
commit
cb5d0e8886
@@ -106,8 +106,8 @@ export class FormFieldModel extends FormWidgetModel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
set readOnly(readOnly: boolean) {
|
set readOnly(readOnly: boolean) {
|
||||||
return this._readOnly = readOnly;
|
|
||||||
this.updateForm();
|
this.updateForm();
|
||||||
|
this._readOnly = readOnly;
|
||||||
}
|
}
|
||||||
|
|
||||||
get isValid(): boolean {
|
get isValid(): boolean {
|
||||||
|
Reference in New Issue
Block a user