aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src
diff options
context:
space:
mode:
authorskjnldsv <skjnldsv@protonmail.com>2024-07-31 09:30:34 +0200
committernextcloud-command <nextcloud-command@users.noreply.github.com>2024-07-31 18:44:50 +0000
commite2d49f49a9038ae950b36ad83b4d0196af6f928f (patch)
treef6757ef284ebd2157210782e1d474d6887461721 /apps/files_sharing/src
parent528134b46be7be3f8affcba106b89ae457a5f931 (diff)
downloadnextcloud-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.ts2
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