From d8d79afd2d052db92ee8241f4b121cf5c97601a4 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Tue, 15 Nov 2022 14:10:31 +0100 Subject: [PATCH] fix(ui) - lazyload offset --- .../Dashboard/components/WidgetWrapper/WidgetWrapper.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/app/components/Dashboard/components/WidgetWrapper/WidgetWrapper.tsx b/frontend/app/components/Dashboard/components/WidgetWrapper/WidgetWrapper.tsx index eb7faa64b..4aac81dd6 100644 --- a/frontend/app/components/Dashboard/components/WidgetWrapper/WidgetWrapper.tsx +++ b/frontend/app/components/Dashboard/components/WidgetWrapper/WidgetWrapper.tsx @@ -119,7 +119,7 @@ function WidgetWrapper(props: Props & RouteComponentProps) { {'Cannot drill down system provided metrics'} )} - Click to select} className="w-full"> + {addOverlay && }
- {/* */} - +