Skip to content

Commit 25d02eb

Browse files
committed
fix columns count
1 parent aba7361 commit 25d02eb

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
@@ -11,6 +11,6 @@ export const defaultPanelsCount = 2;
1111

1212
// table specific config
1313
export const availableColumnGroupCount = 29;
14-
export const availableColumnCount = 55;
14+
export const availableColumnCount = 56;
1515
export const defaultColumnGroupCount = 6;
1616
export const defaultColumnCount = 11;

0 commit comments

Comments
 (0)