Skip to content

Commit c64fded

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

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

6464
ngOnInit() {
65+
super.ngOnInit();
6566
this.isAdmin$ = this.authorizationService.isAuthorized(FeatureID.AdministratorOf);
6667
}
6768

0 commit comments

Comments
 (0)