Fix: Correct the rendermode so we can change month on the calendar
All checks were successful
SonarQube Scan / SonarQube Trigger (push) Successful in 34s

This commit is contained in:
Namu
2025-12-20 21:55:48 +01:00
parent 85fbc5eb19
commit 08ba4c34cd
3 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
@page "/calendar" @page "/calendar"
@rendermode InteractiveServer
@using Microsoft.AspNetCore.Authorization @using Microsoft.AspNetCore.Authorization
@using WorkManagementTool.Services @using WorkManagementTool.Services
@using WorkManagementTool.Data.Entities @using WorkManagementTool.Data.Entities