Skip to content

Commit

Permalink
Change default value
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed May 30, 2024
1 parent febd1e5 commit 8d5cb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/calendar/calendar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ export class Calendar implements OnInit, OnDestroy, ControlValueAccessor {
* Years to change per step in yearpicker.
* @group Props
*/
@Input({ transform: numberAttribute }) stepYearPicker: number = 20;
@Input({ transform: numberAttribute }) stepYearPicker: number = 10;
/**
* Hours to change per step.
* @group Props
Expand Down

0 comments on commit 8d5cb92

Please sign in to comment.