Skip to content

Commit

Permalink
Merge pull request #31389 from nextcloud/enh/27671/fix-sharing-overvi…
Browse files Browse the repository at this point in the history
…ew-actions

fix fileactions for sharing overview
  • Loading branch information
szaimen authored Mar 2, 2022
2 parents fd5f748 + 1bb2534 commit 0f34bce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions apps/files_sharing/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ OCA.Sharing.App = {
$el,
{
id: 'shares.overview',
fileActions: this._createFileActions(),
config: OCA.Files.App.getFilesConfig(),
isOverview: true,
// The file list is created when a "show" event is handled, so
Expand Down
Loading

0 comments on commit 0f34bce

Please sign in to comment.