Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
szaimen committed Mar 1, 2022
1 parent 6ad37ec commit 4e9d212
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/files_sharing/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ OCA.Sharing.App = {
id: 'shares.overview',
fileActions: this._createFileActions(),
config: OCA.Files.App.getFilesConfig(),
isOverview: true,
linksOnly: true,
//isOverview: true,
// The file list is created when a "show" event is handled, so
// it should be marked as "shown" like it would have been done
// if handling the event with the file list already created.
Expand Down

0 comments on commit 4e9d212

Please sign in to comment.