mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
add missing order attribute to tag multiselect action
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
This commit is contained in:
parent
6f1c2ed50b
commit
ff62983edb
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