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