Commit 29b8a84e authored by Riri Novita's avatar Riri Novita

ketinggalan

parent 7d79b770
......@@ -624,7 +624,7 @@ export default class CreateParameter extends Component {
"end_date": this.state.tempData.end_date
}
console.log(body);
// this.props.updateParameter(body)
this.props.updateParameter(body)
}
createParameter() {
......@@ -647,7 +647,7 @@ export default class CreateParameter extends Component {
"end_date": this.state.endDate
}
console.log(body);
// this.props.createParameter(body)
this.props.createParameter(body)
}
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