Skip to content

Commit

Permalink
disable sorting on unbundle column
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak committed Feb 13, 2024
1 parent 6213004 commit 2e88a87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/TaskAnalysisTable/TaskAnalysisTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,8 @@ const setupColumnTypes = (props, taskBaseRoute, manager, data, openComments) =>

columns.unbundle = {
id: 'unbundle',
Header: '',
Header: null,
sortable: false,
accessor: 'remove',
minWidth: 110,
Cell: ({ row }) => {
Expand Down

0 comments on commit 2e88a87

Please sign in to comment.