Skip to content

Commit 9aadf71

Browse files
fix(AnalyticalTable): remove default prop for alwaysShowSubComponent (#5106)
This causes the deprecation warning to always show up
1 parent 742764a commit 9aadf71

File tree

1 file changed

+1
-2
lines changed
  • packages/main/src/components/AnalyticalTable

1 file changed

+1
-2
lines changed

packages/main/src/components/AnalyticalTable/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1311,8 +1311,7 @@ AnalyticalTable.defaultProps = {
13111311
isTreeTable: false,
13121312
alternateRowColor: false,
13131313
overscanCountHorizontal: 5,
1314-
visibleRowCountMode: AnalyticalTableVisibleRowCountMode.Fixed,
1315-
alwaysShowSubComponent: false
1314+
visibleRowCountMode: AnalyticalTableVisibleRowCountMode.Fixed
13161315
};
13171316

13181317
export { AnalyticalTable };

0 commit comments

Comments
 (0)