Skip to content

Commit

Permalink
Merge pull request #6030 from nextcloud/backport/5802/stable29
Browse files Browse the repository at this point in the history
[stable29] fix: showing folder description on favorites
  • Loading branch information
juliusknorr authored Jul 19, 2024
2 parents 707a67d + cdf5a5c commit 8cef5f9
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 8cef5f9

Please sign in to comment.