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

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

Merge pull request #3851 from nextcloud/backport/3846/stable3.0

[stable3.0] Fix calendar selection in editor sidebar
parents 066201a5 5116e8c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@
				:calendars="calendars"
				:calendar="selectedCalendar"
				:is-read-only="isReadOnly || !canModifyCalendar || isViewedByAttendee"
				@selectCalendar="changeCalendar" />
				@select-calendar="changeCalendar" />

			<PropertyTitleTimePicker
				:start-date="startDate"