Skip to content

Commit

Permalink
add missing order attribute to tag multiselect action
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
  • Loading branch information
Julien Veyssier committed Jul 29, 2021
1 parent 6f1c2ed commit ff62983
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/files/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@
{
name: 'tags',
displayName: 'Tags',
iconClass: 'icon-tag'
iconClass: 'icon-tag',
order: 100,
},
],
sorting: {
Expand Down

0 comments on commit ff62983

Please sign in to comment.