[#475] fixed calendars selection persistence (#479)

This commit is contained in:
Camille Moussu
2026-01-26 11:14:42 +01:00
committed by GitHub
parent 7058f1c2d6
commit 1fc85e141e
5 changed files with 60 additions and 23 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ const CalendarSlice = createSlice({
initialState: {
list: {} as Record<string, Calendar>,
templist: {} as Record<string, Calendar>,
pending: false,
pending: true,
error: null as string | null,
} as {
list: Record<string, Calendar>;