Skip to content

Commit 48b4484

Browse files
jesielvianagithub-actions[bot]
authored andcommitted
Fix current parent order when creating subcommunity
(cherry picked from commit 2edfc0d)
1 parent 13d344d commit 48b4484

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
@@ -68,6 +68,7 @@ export class CreateCommunityParentSelectorComponent extends DSOSelectorModalWrap
6868
}
6969

7070
ngOnInit() {
71+
super.ngOnInit();
7172
this.isAdmin$ = this.authorizationService.isAuthorized(FeatureID.AdministratorOf);
7273
}
7374

0 commit comments

Comments
 (0)