diff --git a/src/components/TimelineList.vue b/src/components/TimelineList.vue index c7912be..ad38b13 100644 --- a/src/components/TimelineList.vue +++ b/src/components/TimelineList.vue @@ -54,6 +54,7 @@ Licensed under the Elastic License 2.0. */ studyGroups: { type: Array as PropType>, required: true }, }); + const vueCalLocale = locale.value.split('-')[0]; const filterRelativeStartDate = ref(); const filterStudyGroup = ref(); const filterParticipant = ref(); @@ -548,7 +549,7 @@ Licensed under the Elastic License 2.0. */