diff --git a/src/components/AppNavigation/AppointmentConfigList/AppointmentConfigListItem.vue b/src/components/AppNavigation/AppointmentConfigList/AppointmentConfigListItem.vue index d8dcbe8dca..e42b8b39e5 100644 --- a/src/components/AppNavigation/AppointmentConfigList/AppointmentConfigListItem.vue +++ b/src/components/AppNavigation/AppointmentConfigList/AppointmentConfigListItem.vue @@ -30,23 +30,31 @@ diff --git a/src/components/AppNavigation/CalendarList/PublicCalendarListItem.vue b/src/components/AppNavigation/CalendarList/PublicCalendarListItem.vue index 75d5f8f4f6..57539aef5e 100644 --- a/src/components/AppNavigation/CalendarList/PublicCalendarListItem.vue +++ b/src/components/AppNavigation/CalendarList/PublicCalendarListItem.vue @@ -24,19 +24,20 @@ :title="calendar.displayName || $t('calendar', 'Untitled calendar')" :menu-open.sync="menuOpen" @click.prevent.stop="toggleEnabled"> - + -