update: 3 -> 4 weeks in calendar

This commit is contained in:
Nathan FONTEYNE 2026-07-23 11:15:41 +02:00
parent 4e2983dddd
commit bb12667a7c
6 changed files with 13 additions and 13 deletions

View file

@ -15,7 +15,7 @@ async function loadPeople() {
}
async function loadSlots() {
state.slots = await api.get('/api/calendar/slots?weeks=3');
state.slots = await api.get('/api/calendar/slots?weeks=4');
renderCalendar();
}