Skip to content

Commit 566a2bc

Browse files
authored
fix(AnalyticalTable - TypeScript): make scaleWidthModeOptions optional (#5221)
1 parent c4a91e4 commit 566a2bc

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

packages/main/src/components/AnalyticalTable/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export interface AnalyticalTableColumnDefinition {
183183
*
184184
* @since 1.22.0
185185
*/
186-
scaleWidthModeOptions: ScaleWidthModeOptions;
186+
scaleWidthModeOptions?: ScaleWidthModeOptions;
187187

188188
// usePopIn
189189
/**

0 commit comments

Comments
 (0)