WIP: Change notification settings
This commit is contained in:
parent
351d4f3c6d
commit
af72b25932
14 changed files with 241 additions and 15 deletions
|
@ -19,6 +19,10 @@ const dataStore = createSlice( {
|
|||
latitude: '',
|
||||
longitude: '',
|
||||
},
|
||||
notifications: {
|
||||
dayBefore: '',
|
||||
sameDay: '',
|
||||
},
|
||||
},
|
||||
reloadCalendar: true,
|
||||
viewCategory: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue