Skip to content

Commit 8f9980c

Browse files
committed
fix(calendar): remove redundant paramater #4282
1 parent 18c5a61 commit 8f9980c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/calendar/calendar.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ <h2 class="igx-calendar__header-date">
7777
[locale]="locale"
7878
[formatView]="formatViews.year"
7979
[yearFormat]="formatOptions.year"
80-
(onSelection)="changeYear($event, dayViews)">
80+
(onSelection)="changeYear($event)">
8181
</igx-years-view>

0 commit comments

Comments
 (0)