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

Unverified Commit 414bb53f authored by Richard Steinmetz's avatar Richard Steinmetz Committed by GitHub
Browse files

Merge pull request #4224 from nextcloud/backport/4223/stable3.3

[stable3.3] Fix free busy not rendering
parents eac229ff ea769996
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ import freeBusyResourceEventSource from '../../../fullcalendar/eventSources/free
// Import localization plugins
import { getDateFormattingConfig } from '../../../fullcalendar/localization/dateFormattingConfig.js'
import { getFullCalendarLocale } from '../../../fullcalendar/localization/localeProvider.js'
import MomentPlugin from '../../../fullcalendar/localization/momentPlugin.js'
import momentPluginFactory from '../../../fullcalendar/localization/momentPlugin.js'

// Import timezone plugins
import VTimezoneNamedTimezone from '../../../fullcalendar/timezones/vtimezoneNamedTimezoneImpl.js'
@@ -139,7 +139,7 @@ export default {
		plugins() {
			return [
				resourceTimelinePlugin,
				MomentPlugin,
				momentPluginFactory(this.$store),
				VTimezoneNamedTimezone,
			]
		},