Prevent selecting read-only calendar as default

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2020-01-29 20:34:48 +01:00
parent c8ad86cd66
commit 5fa79e8372
No known key found for this signature in database
GPG key ID: 036FA7EB1A599178

View file

@ -111,7 +111,7 @@ export default {
collections: state => state.collections.collections
}),
...mapGetters({
calendars: 'getSortedCalendars'
calendars: 'getSortedWritableCalendars'
})
},
methods: