Merge pull request #28242 from nextcloud/fix/tag-multiselect-action-order

Add missing order attribute to tag multiselect action
This commit is contained in:
Pytal 2021-07-29 12:39:29 -07:00 committed by GitHub
commit 5fd9ce9e8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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