Skip to content

Commit

Permalink
remove default value from sortable
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas742 committed Jul 4, 2024
1 parent fb1524c commit b14c669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/components/AnalyticalTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const AnalyticalTable = forwardRef<AnalyticalTableDomRef, AnalyticalTablePropTyp
selectionBehavior = AnalyticalTableSelectionBehavior.Row,
selectionMode = AnalyticalTableSelectionMode.None,
showOverlay,
sortable = true,
sortable,
style,
subComponentsBehavior = AnalyticalTableSubComponentsBehavior.Expandable,
subRowsKey = 'subRows',
Expand Down

0 comments on commit b14c669

Please sign in to comment.