Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmuehsig committed Dec 4, 2023
1 parent 987f65d commit b3a4fcd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dienstplan.Web/Components/Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@
private async Task HandleFormSubmit()
{
// Here, send the data to the server. This is an example of how you might do it.
// You would replace this with your actual HTTP request logic.
var dataToSend = dayInputs; // This is the data you will send.
var dataToSend = dayInputs;
string calendarContent = GenerateICalendarContent();
Expand Down

0 comments on commit b3a4fcd

Please sign in to comment.