Skip to content

Commit 75bb999

Browse files
committed
increase column group count
1 parent ea9b998 commit 75bb999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/cypress/support/const.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const availablePanelsCount = 4;
1010
export const defaultPanelsCount = 2;
1111

1212
// table specific config
13-
export const availableColumnGroupCount = 29;
13+
export const availableColumnGroupCount = 30;
1414
export const availableColumnCount = 56;
1515
export const defaultColumnGroupCount = 6;
1616
export const defaultColumnCount = 11;

0 commit comments

Comments
 (0)