Skip to content

Commit ce1915e

Browse files
committed
feat: paginated tables - enable setting by default
1 parent a278618 commit ce1915e

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]: false,
39+
[USE_PAGINATED_TABLES_KEY]: true,
4040
[USE_CLUSTER_BALANCER_AS_BACKEND_KEY]: true,
4141
[ENABLE_AUTOCOMPLETE]: true,
4242
[AUTOCOMPLETE_ON_ENTER]: true,

0 commit comments

Comments
 (0)