Skip to content

Commit

Permalink
ft make VE active by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vitPinchuk committed Feb 2, 2024
1 parent 0cf454e commit a3bb964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export const plugin = new PanelPlugin<PanelOptions>(EchartsPanel)
builder.addRadio({
path: 'editorMode',
name: 'Editor Mode',
defaultValue: EditorMode.CODE,
defaultValue: EditorMode.VISUAL,
settings: {
options: EDITOR_MODE_OPTIONS,
},
Expand Down

0 comments on commit a3bb964

Please sign in to comment.