diff --git a/apps/files/src/components/FilesListHeader.vue b/apps/files/src/components/FilesListHeader.vue index a1ad790da98c6..3639571411ad8 100644 --- a/apps/files/src/components/FilesListHeader.vue +++ b/apps/files/src/components/FilesListHeader.vue @@ -60,6 +60,9 @@ export default { } this.header.updated(this.currentFolder, this.currentView) }, + currentFolder() { + this.header.updated(this.currentFolder, this.currentView) + }, }, mounted() { console.debug('Mounted', this.header.id)