Skip to content

Commit

Permalink
Merge pull request #42655 from nextcloud/backport/39378/stable27
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Jan 11, 2024
2 parents 84df0c3 + fa21241 commit e504066
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions apps/files/src/views/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -254,13 +254,19 @@ export default {
key: 'error', // force key to re-render
subtitle: '',
title: '',
class: {
'app-sidebar--full': this.isFullScreen,
},
}
}
// no fileInfo yet, showing empty data
return {
loading: this.loading,
subtitle: '',
title: '',
class: {
'app-sidebar--full': this.isFullScreen,
},
}
},

Expand Down
Loading

0 comments on commit e504066

Please sign in to comment.