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