Skip to content

Commit

Permalink
Merge pull request #6029 from nextcloud/backport/5802/stable28
Browse files Browse the repository at this point in the history
[stable28] fix: showing folder description on favorites
  • Loading branch information
juliushaertl authored Jul 19, 2024
2 parents dc52a41 + 99946ad commit 7c98022
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 @@ -207,7 +207,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 7c98022

Please sign in to comment.