Skip to content

Commit

Permalink
bugfix: default titleText for DataTable
Browse files Browse the repository at this point in the history
DEVSU-2070
  • Loading branch information
kttkjl committed Oct 12, 2023
1 parent a9536e3 commit 8985acf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/components/DataTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,7 @@ const DataTable = ({
rowData = [],
onRowDataChanged,
columnDefs: colDefs,
// columnDefs,
titleText,
titleText = '',
filterText,
canEdit,
onEdit,
Expand Down

0 comments on commit 8985acf

Please sign in to comment.