Fix saving notification data

This commit is contained in:
Maarten 2024-08-09 13:47:21 +02:00
parent 85dc440fe8
commit ad990ca528
5 changed files with 43 additions and 28 deletions

View file

@ -20,8 +20,8 @@ const dataStore = createSlice( {
longitude: '',
},
notifications: {
dayBefore: '',
sameDay: '',
dayBefore: 'off',
sameDay: 'off',
},
},
reloadCalendar: true,