From 26f4ec5f13094d75a22568e1b90e3d360c8433df Mon Sep 17 00:00:00 2001 From: VincentD06 Date: Wed, 19 Jun 2024 08:50:16 +0200 Subject: [PATCH] #124 Always init search_query with empty string --- src/web/wizard/pages/NewAlertPage.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web/wizard/pages/NewAlertPage.jsx b/src/web/wizard/pages/NewAlertPage.jsx index 46d935d1..e5ad1ba1 100755 --- a/src/web/wizard/pages/NewAlertPage.jsx +++ b/src/web/wizard/pages/NewAlertPage.jsx @@ -68,6 +68,7 @@ const NewAlertPage = () => { const alert = { title: default_values.title, description: '', + search_query: '', severity: default_values.severity, condition_type: 'COUNT', condition_parameters: {