From ebbc9cc984e8816f6befa37e561136bf410f097f Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Mon, 16 May 2022 14:18:42 +0200 Subject: [PATCH] fix(ui) - alert form footer bg --- frontend/app/components/Alerts/AlertForm.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/components/Alerts/AlertForm.js b/frontend/app/components/Alerts/AlertForm.js index f4b9362c7..d3258d578 100644 --- a/frontend/app/components/Alerts/AlertForm.js +++ b/frontend/app/components/Alerts/AlertForm.js @@ -71,7 +71,7 @@ const AlertForm = props => { const isThreshold = instance.detectionMethod === 'threshold'; return ( -
props.onSubmit(instance)} id="alert-form"> + props.onSubmit(instance)} id="alert-form">
{
-
+