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