Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit ff320e78 authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #3971 from nextcloud/backport/3967/stable3.0

[stable3.0] Fix calendar inside AppointmentConfigModal
parents a575ad7e 8dfa44ea
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -204,7 +204,8 @@ export default {
			}

			const uri = this.editing.targetCalendarUri
			return this.ownSortedCalendars.find(cal => this.calendarUrlToUri(cal.url) === uri)
			const calendar = this.ownSortedCalendars.find(cal => this.calendarUrlToUri(cal.url) === uri)
			return calendar || this.ownSortedCalendars[0]
		},
		defaultConfig() {
			return AppointmentConfig.createDefault(