Skip to content

Commit

Permalink
Merge pull request #5802 from nextcloud/bugfix/folder-description-on-…
Browse files Browse the repository at this point in the history
…favourites

fix: showing folder description on favorites
  • Loading branch information
luka-nextcloud authored May 28, 2024
2 parents bef79ed + ef17cea commit 3855858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export const FilesWorkspaceHeader = new Header({
order: 10,

enabled(folder, view) {
return view.id === 'files'
return view.id === 'files' || view.id === 'favorites'
},

async render(el, folder, view) {
Expand Down

0 comments on commit 3855858

Please sign in to comment.