diff --git a/src/components/AppNavigation/CalendarList/Trashbin.vue b/src/components/AppNavigation/CalendarList/Trashbin.vue index 49f6fd882..6b720ba26 100644 --- a/src/components/AppNavigation/CalendarList/Trashbin.vue +++ b/src/components/AppNavigation/CalendarList/Trashbin.vue @@ -202,7 +202,7 @@ export default { }, retentionDuration() { return Math.ceil( - this.trashBin.retentionDuration / (60 * 60 * 24) + this.trashBin.retentionDuration / (60 * 60 * 24), ) }, }, @@ -270,7 +270,7 @@ export default { t('calendar', 'Do you really want to empty the trash bin?'), t('calendar', 'Empty trash bin'), this.emptyTrashBin, - true + true, ) }, diff --git a/src/components/AppNavigation/Settings/ImportScreenRow.vue b/src/components/AppNavigation/Settings/ImportScreenRow.vue index f9b2c0712..cd880b465 100644 --- a/src/components/AppNavigation/Settings/ImportScreenRow.vue +++ b/src/components/AppNavigation/Settings/ImportScreenRow.vue @@ -73,7 +73,7 @@ export default { const calendars = this.$store.getters.sortedCalendarFilteredByComponents( this.file.parser.containsVEvents(), this.file.parser.containsVJournals(), - this.file.parser.containsVTodos() + this.file.parser.containsVTodos(), ) calendars.push({ diff --git a/src/components/Editor/Invitees/InviteesListSearch.vue b/src/components/Editor/Invitees/InviteesListSearch.vue index 783dbfd64..cf4d4db65 100644 --- a/src/components/Editor/Invitees/InviteesListSearch.vue +++ b/src/components/Editor/Invitees/InviteesListSearch.vue @@ -31,7 +31,7 @@ :placeholder="placeholder" :class="{ 'showContent': inputGiven, 'icon-loading': isLoading }" :clearable="false" - :labelOutside="true" + :label-outside="true" input-id="uid" label="dropdownName" @search="findAttendees" diff --git a/src/components/Shared/CalendarPicker.vue b/src/components/Shared/CalendarPicker.vue index ea27c2504..ec67ad8a3 100644 --- a/src/components/Shared/CalendarPicker.vue +++ b/src/components/Shared/CalendarPicker.vue @@ -6,7 +6,7 @@ :value="valueIds" :multiple="multiple" :clearable="clearable" - :filterBy="selectFilterBy" + :filter-by="selectFilterBy" @option:selected="change" @option:deselected="remove">