diff --git a/frontend/app/components/Alerts/AlertForm.js b/frontend/app/components/Alerts/AlertForm.js index d3258d578..40c139624 100644 --- a/frontend/app/components/Alerts/AlertForm.js +++ b/frontend/app/components/Alerts/AlertForm.js @@ -37,7 +37,7 @@ const Section = ({ index, title, description, content }) => ( { description &&
{description}
} - +
{content}
@@ -122,7 +122,7 @@ const AlertForm = props => { { onChange={ writeQueryOption } /> - +
@@ -172,7 +172,7 @@ const AlertForm = props => { )} { !unit && ( { name="webhook" type="checkbox" checked={ instance.webhook } - onClick={ onChangeOption } + onClick={ onChangeOption } label="Webhook" />
@@ -266,7 +266,7 @@ const AlertForm = props => {
- {
)} - + {instance.webhook && (
@@ -294,8 +294,8 @@ const AlertForm = props => { } />
- - + +