[AAE-8076] Add groupsRestriction input to docs (#7645)

* [AAE-8076] revert storybook changes

* Trigger travis
This commit is contained in:
Tomasz Gnyp
2022-06-10 23:20:17 +02:00
committed by GitHub
parent a4202d81b9
commit 1b20e17ed7
2 changed files with 2 additions and 1 deletions

View File

@@ -104,7 +104,7 @@ export class PeopleCloudComponent implements OnInit, OnChanges, OnDestroy {
excludedUsers: IdentityUserModel[] = [];
/** Array of groups to restrict user searches.
* Mandatory property is group id
* Mandatory property is group name
*/
@Input()
groupsRestriction: string[] = [];