Commit 6d60f317 authored by faisalhamdi's avatar faisalhamdi

Merge branch 'master' of http://103.44.149.204/d.arizona/tia-dev into faisal

parents dae61b4e 1dc81eb8
......@@ -111,7 +111,7 @@ export default class SummaryOfTriputra extends Component {
let data = response.data.data
let monthData = data.map((item) => {
return {
month_id: item.month_id,
month_id: item.id,
month_name: item.month_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