chore: removed comment

This commit is contained in:
Shariq Ansari 2024-12-10 19:26:45 +05:30 committed by GitHub
parent dc4cb25e24
commit afa728542f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}