Skip to content

Commit 44fcc72

Browse files
committed
Fix current parent order when creating subcommunity
1 parent 841a46c commit 44fcc72

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)