send ‘service-key’ instead of serviceKey to pagerduty
parent
01e045199f
commit
c442a1d4d9
|
@ -15,7 +15,7 @@ const PagerDutyConfig = React.createClass({
|
|||
e.preventDefault()
|
||||
|
||||
const properties = {
|
||||
serviceKey: this.serviceKey.value,
|
||||
'service-key': this.serviceKey.value,
|
||||
url: this.url.value,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue