Commit c223df0f authored by Deni Rinaldi's avatar Deni Rinaldi

+

parent 1b1a7da4
......@@ -718,7 +718,7 @@ export default class MonthlyReport extends Component {
}
render() {
const columns = ["#", "Jenis Laporan",
const columns = ["#", "Report Type",
{
name: "Revision",
options: {
......@@ -901,7 +901,7 @@ export default class MonthlyReport extends Component {
})}
disableClearable
style={{ width: 250 }}
renderInput={(params) => <TextField {...params} label="Periode" margin="normal" style={{ marginTop: 7 }} />}
renderInput={(params) => <TextField {...params} label="Period" margin="normal" style={{ marginTop: 7 }} />}
value={this.state.periode}
/>
</div>
......
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