Skip to content

Commit 08eb6de

Browse files
jesielvianagithub-actions[bot]
authored andcommitted
Fix current parent order when creating subcommunity
(cherry picked from commit 44fcc72)
1 parent 1419ed9 commit 08eb6de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/shared/dso-selector/modal-wrappers/create-community-parent-selector/create-community-parent-selector.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export class CreateCommunityParentSelectorComponent extends DSOSelectorModalWrap
4242
}
4343

4444
ngOnInit() {
45+
super.ngOnInit();
4546
this.isAdmin$ = this.authorizationService.isAuthorized(FeatureID.AdministratorOf);
4647
}
4748

0 commit comments

Comments
 (0)