CEC-4066-dtc-error-text-fix (#318)
* CEC-4066-dtc-error-text-fix * CEC-4066-dtc-error-text-fix * remove error text column check:
This commit is contained in:
@@ -50,7 +50,8 @@ const MainForm = ({ vin }) => {
|
||||
},
|
||||
{
|
||||
id: "ErrorText",
|
||||
label: "Error Text"
|
||||
label: "Error Text",
|
||||
no_sort : true,
|
||||
},
|
||||
{
|
||||
id: "epoch_usec",
|
||||
|
||||
@@ -35,6 +35,9 @@ const HeaderSortable = (props) => {
|
||||
value === "desc" ? "sorted descending" : "sorted ascending";
|
||||
|
||||
const ColumnLabel = (column) => {
|
||||
if (column.no_sort) {
|
||||
return column.label
|
||||
}
|
||||
if (column.id) {
|
||||
return (
|
||||
<TableSortLabel
|
||||
|
||||
Reference in New Issue
Block a user