diff --git a/Dienstplan.Web/Components/Pages/Home.razor b/Dienstplan.Web/Components/Pages/Home.razor index 42fc584..3391789 100644 --- a/Dienstplan.Web/Components/Pages/Home.razor +++ b/Dienstplan.Web/Components/Pages/Home.razor @@ -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();