PanelOptions: fix timezones editor save key (#55009)

This commit is contained in:
Leon Sorokin 2022-09-10 11:25:27 -05:00 committed by GitHub
parent 4125dd57ee
commit 7979463bbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,