Merge pull request #28247 from nextcloud/backport/28242/stable22

[stable22] Add missing order attribute to tag multiselect action
This commit is contained in:
Julien Veyssier 2021-07-30 10:44:36 +02:00 committed by GitHub
commit f0ca1f7173
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: {