Skip to content

Commit ba77dc2

Browse files
authored
Merge pull request #5714 from nextcloud/fix/public-calendars-initial-state
fix: missing public calendar initial state
2 parents df56411 + c9398b7 commit ba77dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Calendar.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ export default {
225225
canSubscribeLink: loadState('calendar', 'can_subscribe_link', false),
226226
attachmentsFolder: loadState('calendar', 'attachments_folder', false),
227227
showResources: loadState('calendar', 'show_resources', true),
228-
publicCalendars: loadState('calendar', 'publicCalendars'),
228+
publicCalendars: loadState('calendar', 'publicCalendars', []),
229229
})
230230
this.$store.dispatch('initializeCalendarJsConfig')
231231

0 commit comments

Comments
 (0)