Commit 8a47a5eb authored by Deni Rinaldi's avatar Deni Rinaldi

+_+

parent 1eb1cad2
......@@ -671,7 +671,7 @@ export default class SubHolding extends Component {
getOptionLabel={(option) => titleCase(option.label)}
id="typereport"
onChange={(event, newInputValue) => this.setState({ report: newInputValue, loading: true, previewTable: false }, () => {
this.getSubmission()
this.getReportType()
})}
disableClearable
style={{ width: 250 }}
......@@ -685,7 +685,7 @@ export default class SubHolding extends Component {
id="company"
disabled={this.state.intent === 'Home' ? true : false}
onChange={(event, newInputValue) => this.setState({ company: newInputValue, loading: true, previewTable: false }, () => {
this.getSubmission()
this.getReportType()
})}
disableClearable
style={{ width: 250 }}
......@@ -698,7 +698,7 @@ export default class SubHolding extends Component {
{...this.state.listPeriode}
id="periode"
onChange={(event, newInputValue) => this.setState({ periode: newInputValue, loading: true, previewTable: false }, () => {
this.getSubmission()
this.getReportType()
})}
disabled={this.state.intent === 'Home' ? true : false}
disableClearable
......
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