mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Fix compilation error (#1993)
This commit is contained in:
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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user