Fix saving notification data
This commit is contained in:
parent
85dc440fe8
commit
ad990ca528
5 changed files with 43 additions and 28 deletions
|
@ -20,8 +20,8 @@ const dataStore = createSlice( {
|
|||
longitude: '',
|
||||
},
|
||||
notifications: {
|
||||
dayBefore: '',
|
||||
sameDay: '',
|
||||
dayBefore: 'off',
|
||||
sameDay: 'off',
|
||||
},
|
||||
},
|
||||
reloadCalendar: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue