Change default altert option to smtp

pull/802/head
Andrew Watkins 2017-01-26 17:05:36 -08:00
parent 52dd1a87f2
commit aff31e2eee
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ const AlertOutputs = React.createClass({
getInitialState() { getInitialState() {
return { return {
selectedEndpoint: 'opsgenie', selectedEndpoint: 'smtp',
configSections: null, configSections: null,
}; };
}, },