Skip to content

Commit b7d5a95

Browse files
committed
fix: turn off default paginated tables
1 parent e452f15 commit b7d5a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const DEFAULT_USER_SETTINGS = {
3636
[LAST_USED_QUERY_ACTION_KEY]: QUERY_ACTIONS.execute,
3737
[ASIDE_HEADER_COMPACT_KEY]: true,
3838
[PARTITIONS_HIDDEN_COLUMNS_KEY]: [],
39-
[USE_PAGINATED_TABLES_KEY]: true,
39+
[USE_PAGINATED_TABLES_KEY]: false,
4040
[USE_CLUSTER_BALANCER_AS_BACKEND_KEY]: true,
4141
[ENABLE_AUTOCOMPLETE]: true,
4242
[AUTOCOMPLETE_ON_ENTER]: true,

0 commit comments

Comments
 (0)