mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix broken expression code in people cloud (#9065)
This commit is contained in:
@@ -69,8 +69,8 @@ export class PeopleCloudWidgetComponent extends WidgetComponent implements OnIni
|
||||
this.groupsRestriction = this.field.groupsRestriction;
|
||||
this.validate = this.field.readOnly ? false : true;
|
||||
}
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
|
||||
this.search = new UntypedFormControl({value: '', disabled: this.field.readOnly}, []),
|
||||
|
||||
this.search = new UntypedFormControl({value: '', disabled: this.field.readOnly}, []);
|
||||
|
||||
this.search.statusChanges
|
||||
.pipe(
|
||||
|
Reference in New Issue
Block a user