Fix current parent order when creating subcommunity

(cherry picked from commit 44fcc7221b)
This commit is contained in:
Jesiel Viana
2025-07-23 09:18:40 -03:00
committed by github-actions[bot]
parent 1419ed9a22
commit 08eb6def3e

View File

@@ -42,6 +42,7 @@ export class CreateCommunityParentSelectorComponent extends DSOSelectorModalWrap
}
ngOnInit() {
super.ngOnInit();
this.isAdmin$ = this.authorizationService.isAuthorized(FeatureID.AdministratorOf);
}