Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
gismofx committed Mar 11, 2022
1 parent 2c4e505 commit 8fc4d1a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ Welcome to your new app. <br />
OnClickCalendarEventOrTask="@(async (x) => await ViewModel.OnClickCalendarEventOrTask(x))"
OnCreateCalendarEventOrTask="@(async (x) => await ViewModel.OnCreateCalendarEventOrTask(x))"
OnDeleteCalendarEventOrTask="(async (x) => await ViewModel.OnDeleteCalendarEventOrTask(x))"

@ref=_calendarRef></TUICalendar>

<SurveyPrompt Title="How is Blazor working for you?" />
Expand Down

0 comments on commit 8fc4d1a

Please sign in to comment.