Skip to content

Commit

Permalink
Merge pull request #360 from bcgsc/bugfix/DEVSU-2070-export-mut-sig-tsv
Browse files Browse the repository at this point in the history
[DEVSU-2070] can't export mutational signatures tables to tsv
  • Loading branch information
kttkjl authored Oct 14, 2023
2 parents 5410b80 + ca80234 commit f33912f
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 f33912f

Please sign in to comment.