From 7979463bbf6a27aedfb7ed9e4aea0f0822efd12d Mon Sep 17 00:00:00 2001 From: Leon Sorokin Date: Sat, 10 Sep 2022 11:25:27 -0500 Subject: [PATCH] PanelOptions: fix timezones editor save key (#55009) --- public/app/plugins/panel/timeseries/module.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,