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 3af4578 commit ce3eae3Copy full SHA for ce3eae3
src/utils/settings/default-settings.ts
@@ -464,7 +464,7 @@ export const defaultVizSettings: VisualizationSettings = {
464
// Debug Settings
465
showExtendedSettings: {
466
level: SettingLevel.DEFAULT,
467
- value: false,
+ value: true,
468
group: 'Debugging',
469
displayName: 'Show Extended Settings',
470
description: 'Shows/hides additional settings',
0 commit comments