Skip to content

Commit

Permalink
Allow external editing of uptime client alert types.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed May 14, 2020
1 parent e5a1eb3 commit 03ec299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ export const initMonitorStatusAlertType: AlertTypeInitializer = ({
),
validate,
defaultActionMessage,
requiresAppContext: true,
requiresAppContext: false,
});
2 changes: 1 addition & 1 deletion x-pack/plugins/uptime/public/lib/alert_types/tls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ export const initTlsAlertType: AlertTypeInitializer = ({ store }): AlertTypeMode
name,
validate: () => ({ errors: {} }),
defaultActionMessage,
requiresAppContext: true,
requiresAppContext: false,
});

0 comments on commit 03ec299

Please sign in to comment.