File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
{
17
17
<div class =" rz-scheduler-nav" >
18
18
<div class =" rz-scheduler-nav-prev-next" >
19
- <button tabindex =" 0" class =" rz-button rz-prev" @onclick =@OnPrev title =" @PrevText" ><RadzenIcon Icon =" chevron_left" /></button >
20
- <button tabindex =" 0" class =" rz-button rz-next" @onclick =@OnNext title =" @NextText" ><RadzenIcon Icon =" chevron_right" /></button >
21
- <button tabindex =" 0" class =" rz-button rz-today" @onclick =@OnToday title =" @TodayText" >@TodayText </button >
19
+ <button type = " button " tabindex =" 0" class =" rz-button rz-prev" @onclick =@OnPrev title =" @PrevText" ><RadzenIcon Icon =" chevron_left" /></button >
20
+ <button type = " button " tabindex =" 0" class =" rz-button rz-next" @onclick =@OnNext title =" @NextText" ><RadzenIcon Icon =" chevron_right" /></button >
21
+ <button type = " button " tabindex =" 0" class =" rz-button rz-today" @onclick =@OnToday title =" @TodayText" >@TodayText </button >
22
22
</div >
23
23
<div class =" rz-scheduler-nav-title" >@SelectedView ?.Title </div >
24
24
<div class =" rz-scheduler-nav-views" >
You can’t perform that action at this time.
0 commit comments