From a17661d1981808a4003bc51f72a473772b337667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 12 Feb 2021 10:29:59 +0100 Subject: [PATCH] DashboardListPanel: Fixes issue with folder picker always showing All and using old form styles (#31160) --- public/app/plugins/panel/dashlist/module.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/public/app/plugins/panel/dashlist/module.tsx b/public/app/plugins/panel/dashlist/module.tsx index 28ae41a295e..c0b9ba67bc9 100644 --- a/public/app/plugins/panel/dashlist/module.tsx +++ b/public/app/plugins/panel/dashlist/module.tsx @@ -45,7 +45,15 @@ export const plugin = new PanelPlugin(DashList) id: 'folderId', defaultValue: null, editor: function RenderFolderPicker(props) { - return props.onChange(id)} />; + return ( + props.onChange(id)} + /> + ); }, }) .addCustomEditor({