Skip to content

Commit

Permalink
chore: removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shariquerik authored Dec 10, 2024
1 parent dc4cb25 commit afa7285
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/SortBy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ function getSortLabel() {
let label = sortOptions.data?.find(
(option) => option.value === values[0].fieldname
)?.label
//Reference error sort is not defined
return label || values[0].fieldname
}
Expand Down

0 comments on commit afa7285

Please sign in to comment.