add missing order attribute to tag multiselect action

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
pull/28242/head
Julien Veyssier 4 years ago
parent 6f1c2ed50b
commit ff62983edb
No known key found for this signature in database
GPG Key ID: 4141FEE162030638
  1. 3
      apps/files/js/app.js

@ -116,7 +116,8 @@
{
name: 'tags',
displayName: 'Tags',
iconClass: 'icon-tag'
iconClass: 'icon-tag',
order: 100,
},
],
sorting: {

Loading…
Cancel
Save