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:
das31
2023-04-24 18:08:49 -04:00
committed by GitHub
parent 81af6ed9d1
commit d48edf678a
2 changed files with 5 additions and 1 deletions

View File

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