Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Veyssier <eneiluj@posteo.net>2021-07-29 19:53:02 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2021-07-29 22:41:59 +0300
commite3cf80aba46570ed9f9bf6c08e2e7496fd6d5cb3 (patch)
tree7188eb86619130ed307de712e3e5c1b746295ce8 /apps/files
parentb7da9efbd3d68303ef55271b0e1801cdaf3c763b (diff)
add missing order attribute to tag multiselect action
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/js/app.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/js/app.js b/apps/files/js/app.js
index 6971088bb47..5efa20887e6 100644
--- a/apps/files/js/app.js
+++ b/apps/files/js/app.js
@@ -116,7 +116,8 @@
{
name: 'tags',
displayName: 'Tags',
- iconClass: 'icon-tag'
+ iconClass: 'icon-tag',
+ order: 100,
},
],
sorting: {