Fix AlertaConfig?

pull/864/head
Hunter Trujillo 2017-02-10 15:59:43 -07:00
parent 9046b8e3da
commit de66bff1a5
1 changed files with 4 additions and 4 deletions

View File

@ -17,10 +17,10 @@ const AlertaConfig = React.createClass({
e.preventDefault();
const properties = {
environment: this.port.value,
origin: this.from.value,
token: this.username.value,
url: this.password.value,
environment: this.environment.value,
origin: this.origin.value,
token: this.token.value,
url: this.url.value,
};
this.props.onSave(properties);