Skip to content

Commit

Permalink
fix: showing folder description on favorites
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Trovic <luka@nextcloud.com>
  • Loading branch information
luka-nextcloud committed May 16, 2024
1 parent 1907743 commit 5b09152
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 5b09152

Please sign in to comment.