diff options
author | skjnldsv <skjnldsv@protonmail.com> | 2024-07-31 09:30:34 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-07-31 18:44:50 +0000 |
commit | e2d49f49a9038ae950b36ad83b4d0196af6f928f (patch) | |
tree | f6757ef284ebd2157210782e1d474d6887461721 /apps/files_sharing/src | |
parent | 528134b46be7be3f8affcba106b89ae457a5f931 (diff) | |
download | nextcloud-server-e2d49f49a9038ae950b36ad83b4d0196af6f928f.tar.gz nextcloud-server-e2d49f49a9038ae950b36ad83b4d0196af6f928f.zip |
fix(files): fix template folder and file request menu order
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/files_sharing/src')
-rw-r--r-- | apps/files_sharing/src/new/newFileRequest.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 |