Skip to content

Commit

Permalink
#124 Always init search_query with empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentD06 committed Jun 19, 2024
1 parent 0d47fb1 commit 26f4ec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/web/wizard/pages/NewAlertPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const NewAlertPage = () => {
const alert = {
title: default_values.title,
description: '',
search_query: '',
severity: default_values.severity,
condition_type: 'COUNT',
condition_parameters: {
Expand Down

0 comments on commit 26f4ec5

Please sign in to comment.