diff --git a/public/app/plugins/panel/timeseries/module.tsx b/public/app/plugins/panel/timeseries/module.tsx index 498af5d7c2a..7fcc5f72535 100644 --- a/public/app/plugins/panel/timeseries/module.tsx +++ b/public/app/plugins/panel/timeseries/module.tsx @@ -17,9 +17,9 @@ export const plugin = new PanelPlugin(TimeS commonOptionsBuilder.addLegendOptions(builder); builder.addCustomEditor({ - id: 'timezones', + id: 'timezone', name: 'Time zone', - path: 'timezones', + path: 'timezone', category: ['Axis'], editor: TimezonesEditor, defaultValue: undefined,