@ -92,6 +92,7 @@ export class TeamPlannerPageComponent extends WorkPackagesViewBase implements On
ngOnInit():void {
void this.refresh(true, true);
super.ngOnInit();
}
protected set loadingIndicator(promise:Promise<unknown>) {
@ -72,7 +72,6 @@ export class TeamPlannerComponent extends UntilDestroyedMixin {
ngOnInit() {
this.setupWorkPackagesListener();
this.initializeCalendar();
this.projectIdentifier = this.currentProject.identifier;