Change default altert option to smtp
parent
52dd1a87f2
commit
aff31e2eee
|
@ -28,7 +28,7 @@ const AlertOutputs = React.createClass({
|
|||
|
||||
getInitialState() {
|
||||
return {
|
||||
selectedEndpoint: 'opsgenie',
|
||||
selectedEndpoint: 'smtp',
|
||||
configSections: null,
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue