Add container pickup notification

This commit is contained in:
Maarten 2024-08-20 16:54:52 +02:00
parent 8167a693a2
commit 2dc735ed92
4 changed files with 124 additions and 122 deletions

View file

@ -23,6 +23,7 @@ const dataStore = createSlice( {
notifications: {
dayBefore: 'off',
sameDay: 'off',
pickup: 'off',
},
},
reloadCalendar: true,