Skip to content

Commit

Permalink
fix(UserSettings): change default settings values
Browse files Browse the repository at this point in the history
  • Loading branch information
artemmufazalov committed Jul 4, 2024
1 parent 5794dcd commit 3b635d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export const DEFAULT_USER_SETTINGS = {
[THEME_KEY]: 'system',
[LANGUAGE_KEY]: undefined,
[INVERTED_DISKS_KEY]: false,
[USE_NODES_ENDPOINT_IN_DIAGNOSTICS_KEY]: false,
[QUERY_USE_MULTI_SCHEMA_KEY]: false,
[USE_NODES_ENDPOINT_IN_DIAGNOSTICS_KEY]: true,
[QUERY_USE_MULTI_SCHEMA_KEY]: true,
[BINARY_DATA_IN_PLAIN_TEXT_DISPLAY]: true,
[SAVED_QUERIES_KEY]: [],
[TENANT_INITIAL_PAGE_KEY]: TENANT_PAGES_IDS.query,
Expand Down

0 comments on commit 3b635d4

Please sign in to comment.