Commit 9c45da6e authored by Riri Novita's avatar Riri Novita

up

parent a3cc89a8
......@@ -746,7 +746,8 @@ const create = (type = "") => {
getRollingOI,
getHierarkiRollingOI,
createRollingOI,
getLastestUpdateROOI
getLastestUpdateROOI,
checkUploadRollingOutlookOI
}
}
......
......@@ -410,7 +410,7 @@ export default class OperatingIndicatorRO extends Component {
}
console.log(body)
console.log(resp.rows[1][0]);
this.setState({ payload: body, buttonError: false, judul: resp.rows[1][0] })
this.setState({ payload: body, buttonError: false, judul: resp.rows[1][0], judulColumn: resp.rows[0][0] })
}
});
}
......
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