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