Prevent selecting read-only calendar as default
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
parent
c8ad86cd66
commit
5fa79e8372
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ export default {
|
|||
collections: state => state.collections.collections
|
||||
}),
|
||||
...mapGetters({
|
||||
calendars: 'getSortedCalendars'
|
||||
calendars: 'getSortedWritableCalendars'
|
||||
})
|
||||
},
|
||||
methods:
|
||||
|
|
Loading…
Reference in a new issue