Browse Source
add missing order attribute to tag multiselect action
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
pull/28242/head
Julien Veyssier
4 years ago
No known key found for this signature in database
GPG Key ID: 4141FEE162030638
1 changed files with
2 additions and
1 deletions
-
apps/files/js/app.js
|
|
|
@ -116,7 +116,8 @@ |
|
|
|
{ |
|
|
|
name: 'tags', |
|
|
|
displayName: 'Tags', |
|
|
|
iconClass: 'icon-tag' |
|
|
|
iconClass: 'icon-tag', |
|
|
|
order: 100, |
|
|
|
}, |
|
|
|
], |
|
|
|
sorting: { |
|
|
|
|