[ADF-5134] REGRESSION - Fix People and Group Components firing twice (#5666)

This commit is contained in:
davidcanonieto
2020-05-03 12:53:04 +01:00
committed by GitHub
parent 7734e6dba9
commit 01c0f53b18
2 changed files with 0 additions and 2 deletions

View File

@@ -157,7 +157,6 @@ export class GroupCloudComponent implements OnInit, OnChanges, OnDestroy {
if (changes.appName && this.isAppNameChanged(changes.appName)) {
this.loadClientId();
this.initSearch();
}
}