Skip to content

Commit

Permalink
added click functionality to calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
jessewashburn committed Dec 24, 2024
1 parent c52e42d commit f776725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/teams/teams-view.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h3 *ngIf="mode==='services'" class="margin-lr-3 ellipsis-title">{{configuration
<ng-template mat-tab-label>
<ng-container i18n>Calendar</ng-container>
</ng-template>
<planet-calendar *ngIf="calendarTab.isActive" [type]="'team'" [link]="{ teams: teamId }" [sync]="{ type: team.teamType, planetCode: team.teamPlanetCode }" [editable]="userStatus === 'member'"></planet-calendar>
<planet-calendar *ngIf="calendarTab.isActive" [resizeCalendar]="resizeCalendar" [type]="'team'" [link]="{ teams: teamId }" [sync]="{ type: team.teamType, planetCode: team.teamPlanetCode }" [editable]="userStatus === 'member'"></planet-calendar>
</mat-tab>
<mat-tab *ngIf="mode!=='team'">
<ng-template mat-tab-label>
Expand Down

0 comments on commit f776725

Please sign in to comment.