From 8dd0a3e9a3f0b6fbfb256e24374370108eb6c6dd Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Fri, 6 Nov 2020 16:34:35 +0100 Subject: [PATCH] Fix button display when there is no panels (#8155) Signed-off-by: Julien Pivotto --- web/ui/react-app/src/pages/graph/PanelList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ui/react-app/src/pages/graph/PanelList.tsx b/web/ui/react-app/src/pages/graph/PanelList.tsx index c299ccef8..c3f4c277a 100644 --- a/web/ui/react-app/src/pages/graph/PanelList.tsx +++ b/web/ui/react-app/src/pages/graph/PanelList.tsx @@ -105,7 +105,7 @@ export const PanelListContent: FC = ({ enableMetricAutocomplete={enableMetricAutocomplete} /> ))} -