fixed order by tag
gitea/salix/1985-apply_item_type_filter There was a failure building this commit Details

This commit is contained in:
Joan Sanchez 2020-01-09 09:23:59 +01:00
parent 436673986c
commit c830bc6e8a
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class Controller {
return { return {
field: this.orderField, field: this.orderField,
way: this.orderWay, way: this.orderWay,
isTag: !!(this.orderSelection && this.orderSelection.isTag) isTag: (this.orderSelection && this.orderSelection.isTag)
}; };
} }