diff --git a/apps/files/src/components/VirtualList.vue b/apps/files/src/components/VirtualList.vue index 7e47539b66c..c64654b1349 100644 --- a/apps/files/src/components/VirtualList.vue +++ b/apps/files/src/components/VirtualList.vue @@ -383,7 +383,12 @@ export default defineComponent({ this.$nextTick(() => { this.$el.scrollTop = scrollTop logger.debug(`VirtualList: scrolling to index ${index}`, { - clampedIndex, scrollTop, columnCount: this.columnCount, total: this.totalRowCount, visibleRows: this.visibleRows, beforeHeight: this.beforeHeight, + clampedIndex, + scrollTop, + columnCount: this.columnCount, + total: this.totalRowCount, + visibleRows: this.visibleRows, + beforeHeight: this.beforeHeight, }) }) }, diff --git a/apps/files_sharing/src/components/NewFileRequestDialog.vue b/apps/files_sharing/src/components/NewFileRequestDialog.vue index bbc4d1acd67..3a620bd0a5c 100644 --- a/apps/files_sharing/src/components/NewFileRequestDialog.vue +++ b/apps/files_sharing/src/components/NewFileRequestDialog.vue @@ -356,8 +356,7 @@ export default defineComponent({ value: this.emails, key: 'emails', scope: 'shareWith', - }, - { + }, { value: true, key: 'enabled', scope: 'fileRequest', diff --git a/apps/files_sharing/src/components/NewFileRequestDialog/NewFileRequestDialogFinish.vue b/apps/files_sharing/src/components/NewFileRequestDialog/NewFileRequestDialogFinish.vue index 0c26f302a8a..fc01d5513b6 100644 --- a/apps/files_sharing/src/components/NewFileRequestDialog/NewFileRequestDialogFinish.vue +++ b/apps/files_sharing/src/components/NewFileRequestDialog/NewFileRequestDialogFinish.vue @@ -112,7 +112,8 @@ export default defineComponent({ setup() { return { - n, t, + n, + t, } }, diff --git a/apps/files_sharing/src/components/SidebarTabExternal/SidebarTabExternalSectionLegacy.vue b/apps/files_sharing/src/components/SidebarTabExternal/SidebarTabExternalSectionLegacy.vue index 67427ab6c61..25eee336683 100644 --- a/apps/files_sharing/src/components/SidebarTabExternal/SidebarTabExternalSectionLegacy.vue +++ b/apps/files_sharing/src/components/SidebarTabExternal/SidebarTabExternalSectionLegacy.vue @@ -11,7 +11,8 @@