Skip to content

Commit 1151eb7

Browse files
jesielvianagithub-actions[bot]
authored andcommitted
Fix current parent order when creating subcommunity
(cherry picked from commit 2edfc0d)
1 parent 9e44979 commit 1151eb7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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
@@ -63,6 +63,7 @@ export class CreateCommunityParentSelectorComponent extends DSOSelectorModalWrap
6363
}
6464

6565
ngOnInit() {
66+
super.ngOnInit();
6667
this.isAdmin$ = this.authorizationService.isAuthorized(FeatureID.AdministratorOf);
6768
}
6869

0 commit comments

Comments
 (0)