diff --git a/frontend/src/components/SortBy.vue b/frontend/src/components/SortBy.vue index f0f0c099..41ced14b 100644 --- a/frontend/src/components/SortBy.vue +++ b/frontend/src/components/SortBy.vue @@ -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 }