From 8985acf439e68cda8cac3f71329cd7ff76e5f74f Mon Sep 17 00:00:00 2001 From: Jacky Li Date: Wed, 11 Oct 2023 21:04:23 -0700 Subject: [PATCH] bugfix: default titleText for DataTable DEVSU-2070 --- app/components/DataTable/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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,