Skip to content

Commit 2edfc0d

Browse files
jesielvianatoniprieto
authored andcommitted
Fix current parent order when creating subcommunity
1 parent 1ff8f45 commit 2edfc0d

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
@@ -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)