1
0
forked from test/crm

Reference error sort is not defined

This commit is contained in:
Renganathan 2024-11-20 12:31:30 +05:30 committed by GitHub
parent 8f312b02bf
commit dc4cb25e24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -242,8 +242,8 @@ function getSortLabel() {
let label = sortOptions.data?.find(
(option) => option.value === values[0].fieldname
)?.label
return label || sort.fieldname
//Reference error sort is not defined
return label || values[0].fieldname
}
function setSort(data) {