Browse Source
Merge pull request #28242 from nextcloud/fix/tag-multiselect-action-order
Add missing order attribute to tag multiselect action
pull/28250/head
Pytal
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: { |
|
|
|
|