From e2d49f49a9038ae950b36ad83b4d0196af6f928f Mon Sep 17 00:00:00 2001 From: skjnldsv Date: Wed, 31 Jul 2024 09:30:34 +0200 Subject: fix(files): fix template folder and file request menu order Signed-off-by: skjnldsv Signed-off-by: nextcloud-command --- apps/files_sharing/src/new/newFileRequest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files_sharing/src') diff --git a/apps/files_sharing/src/new/newFileRequest.ts b/apps/files_sharing/src/new/newFileRequest.ts index 9dd874851ed..55b7f534610 100644 --- a/apps/files_sharing/src/new/newFileRequest.ts +++ b/apps/files_sharing/src/new/newFileRequest.ts @@ -20,7 +20,7 @@ export const entry = { id: EntryId, displayName: t('files_sharing', 'Create file request'), iconSvgInline: FileUploadSvg, - order: 30, + order: 10, enabled(): boolean { // We will check for the folder permission on the dialog return sharingConfig.isPublicShareAllowed -- cgit v1.2.3