Commit c223df0f authored by Deni Rinaldi's avatar Deni Rinaldi

+

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