mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #28247 from nextcloud/backport/28242/stable22
[stable22] Add missing order attribute to tag multiselect action
This commit is contained in:
commit
f0ca1f7173
1 changed files with 2 additions and 1 deletions
|
|
@ -116,7 +116,8 @@
|
|||
{
|
||||
name: 'tags',
|
||||
displayName: 'Tags',
|
||||
iconClass: 'icon-tag'
|
||||
iconClass: 'icon-tag',
|
||||
order: 100,
|
||||
},
|
||||
],
|
||||
sorting: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue