Skip to content

Commit 8d05548

Browse files
chore(scheduler): remove unnecessary parameter
1 parent 295a8ce commit 8d05548

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

components/scheduler/views/multiday.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ In this article:
4747
4848
@code {
4949
public DateTime StartDate { get; set; } = new DateTime(2019, 11, 29);
50-
public SchedulerView CurrView { get; set; } = SchedulerView.Day;
5150
//the time portions are important
5251
public DateTime DayStart { get; set; } = new DateTime(2000, 1, 1, 8, 0, 0);
5352
public DateTime DayEnd { get; set; } = new DateTime(2000, 1, 1, 20, 0, 0);

components/scheduler/views/week.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ In this article:
4646
4747
@code {
4848
public DateTime StartDate { get; set; } = new DateTime(2019, 11, 29);
49-
public SchedulerView CurrView { get; set; } = SchedulerView.Day;
5049
//the time portions are important
5150
public DateTime DayStart { get; set; } = new DateTime(2000, 1, 1, 8, 0, 0);
5251
public DateTime DayEnd { get; set; } = new DateTime(2000, 1, 1, 20, 0, 0);

0 commit comments

Comments
 (0)