We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a278618 commit ce1915eCopy full SHA for ce1915e
src/services/settings.ts
@@ -36,7 +36,7 @@ export const DEFAULT_USER_SETTINGS = {
36
[LAST_USED_QUERY_ACTION_KEY]: QUERY_ACTIONS.execute,
37
[ASIDE_HEADER_COMPACT_KEY]: true,
38
[PARTITIONS_HIDDEN_COLUMNS_KEY]: [],
39
- [USE_PAGINATED_TABLES_KEY]: false,
+ [USE_PAGINATED_TABLES_KEY]: true,
40
[USE_CLUSTER_BALANCER_AS_BACKEND_KEY]: true,
41
[ENABLE_AUTOCOMPLETE]: true,
42
[AUTOCOMPLETE_ON_ENTER]: true,
0 commit comments