From 1bb25345718300e9da9f609d5c23436c8383d14e Mon Sep 17 00:00:00 2001
From: szaimen <szaimen@e.mail.de>
Date: Tue, 1 Mar 2022 16:27:54 +0100
Subject: try to fix correct fileactions for sharing overview

Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
---
 apps/files_sharing/js/app.js | 1 +
 1 file changed, 1 insertion(+)

(limited to 'apps/files_sharing/js')

diff --git a/apps/files_sharing/js/app.js b/apps/files_sharing/js/app.js
index cf1a489b6f2..dc03e31bf80 100644
--- a/apps/files_sharing/js/app.js
+++ b/apps/files_sharing/js/app.js
@@ -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
-- 
cgit v1.2.3