Skip to content

Commit

Permalink
Study view structural variant table should default sort to absolute c…
Browse files Browse the repository at this point in the history
…ount column (#5046)
  • Loading branch information
alisman authored Jan 16, 2025
1 parent c7222e9 commit 5662414
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/studyView/charts/ChartContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,9 @@ export class ChartContainer extends React.Component<IChartContainerProps, {}> {
MultiSelectionTableColumnKey.FREQ,
},
]}
defaultSortBy={MultiSelectionTableColumnKey.FREQ}
defaultSortBy={
MultiSelectionTableColumnKey.NUMBER_STRUCTURAL_VARIANTS
}
setOperationsButtonText={
this.props.store.hesitateUpdate
? 'Add Filters '
Expand Down

0 comments on commit 5662414

Please sign in to comment.