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