[FIX] GENERAL: Group By field sometimes not targeting the option tag show label
This commit is contained in:
@@ -42,8 +42,8 @@
|
||||
}
|
||||
}
|
||||
function fieldLabel(value, field) {
|
||||
if (field == "field") {
|
||||
return $(`[value="${value}"]`).html();
|
||||
if (field == "field") {
|
||||
return $(`option[value="${value}"]`).html();
|
||||
}
|
||||
return value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user