Change default altert option to smtp

pull/10616/head
Andrew Watkins 2017-01-26 17:05:36 -08:00
parent 8cc7c72965
commit 53c967a883
1 changed files with 1 additions and 1 deletions

View File

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