Commit 5c7b4dd1 authored by Riri Novita's avatar Riri Novita

Merge branch 'dev/riri' into 'ENV-DEV'

ketinggalan

See merge request !1961
parents 5f0a2947 29b8a84e
...@@ -624,7 +624,7 @@ export default class CreateParameter extends Component { ...@@ -624,7 +624,7 @@ export default class CreateParameter extends Component {
"end_date": this.state.tempData.end_date "end_date": this.state.tempData.end_date
} }
console.log(body); console.log(body);
// this.props.updateParameter(body) this.props.updateParameter(body)
} }
createParameter() { createParameter() {
...@@ -647,7 +647,7 @@ export default class CreateParameter extends Component { ...@@ -647,7 +647,7 @@ export default class CreateParameter extends Component {
"end_date": this.state.endDate "end_date": this.state.endDate
} }
console.log(body); console.log(body);
// this.props.createParameter(body) this.props.createParameter(body)
} }
render() { render() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment