diff --git a/app/components/DataTable/index.tsx b/app/components/DataTable/index.tsx index 9992982c4..13518b502 100644 --- a/app/components/DataTable/index.tsx +++ b/app/components/DataTable/index.tsx @@ -172,8 +172,7 @@ const DataTable = ({ rowData = [], onRowDataChanged, columnDefs: colDefs, - // columnDefs, - titleText, + titleText = '', filterText, canEdit, onEdit,