Fix 'All' filter for calendar page

This commit is contained in:
Bogdan 2026-04-21 02:55:14 +03:00 committed by GitHub
parent 62e5078aeb
commit f33abc7b85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -118,7 +118,7 @@ const useCalendar = () => {
return acc;
},
{
includeUnmonitored: false,
includeUnmonitored: true,
includeSpecials: true,
}
);