mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PanelOptions: fix timezones editor save key (#55009)
This commit is contained in:
parent
4125dd57ee
commit
7979463bbf
@ -17,9 +17,9 @@ export const plugin = new PanelPlugin<TimeSeriesOptions, GraphFieldConfig>(TimeS
|
||||
commonOptionsBuilder.addLegendOptions(builder);
|
||||
|
||||
builder.addCustomEditor({
|
||||
id: 'timezones',
|
||||
id: 'timezone',
|
||||
name: 'Time zone',
|
||||
path: 'timezones',
|
||||
path: 'timezone',
|
||||
category: ['Axis'],
|
||||
editor: TimezonesEditor,
|
||||
defaultValue: undefined,
|
||||
|
Loading…
Reference in New Issue
Block a user