Commit 8b1a3de9 authored by Rifka Kurnia's avatar Rifka Kurnia

Merge branch 'rifka' into 'master'

lupa console

See merge request !1270
parents 26a17f95 4773fa63
......@@ -57,7 +57,6 @@ export default class CreateManagementDoc extends Component {
this.getPeriode()
this.getMonth()
this.getFileSize()
console.log(this.props.allsubcoCreate)
}
getFileSize() {
......@@ -149,7 +148,7 @@ export default class CreateManagementDoc extends Component {
})
}
})
console.log(typeData)
// console.log(typeData)
let typeProps = {
options: typeData.sort((a, b) => a.document_category_id - b.document_category_id),
getOptionLabel: (option) => option.document_category_name,
......
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