From c5b8398daec2c5a4c19168d8e2a557b3146d3eab Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Wed, 6 Dec 2023 16:32:53 +0100 Subject: [PATCH] change(ui): content size --- .../app/components/Dashboard/components/Alerts/NewAlert.tsx | 4 ++-- .../components/Dashboard/components/WidgetView/WidgetView.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/app/components/Dashboard/components/Alerts/NewAlert.tsx b/frontend/app/components/Dashboard/components/Alerts/NewAlert.tsx index 4d1d247b0..93d4af234 100644 --- a/frontend/app/components/Dashboard/components/Alerts/NewAlert.tsx +++ b/frontend/app/components/Dashboard/components/Alerts/NewAlert.tsx @@ -184,7 +184,7 @@ const NewAlert = (props: IProps) => { const isThreshold = instance.detectionMethod === 'threshold'; return ( - <> +
{ webhooks={webhooks} /> )}
- + ); }; diff --git a/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx b/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx index f382deac2..be46a16d3 100644 --- a/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx +++ b/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx @@ -80,7 +80,7 @@ function WidgetView(props: Props) { }} /> -
+