Commit 52a5a7ff authored by fahrur huzain's avatar fahrur huzain

Merge branch 'ENV-DEV' into 'ENV-DEPLOYMENT'

Env dev

See merge request !2044
parents f0c15989 2d708095
......@@ -508,7 +508,7 @@ export default class CreatePerusahaan extends Component {
}, () => {
if (this.state.defaultCurrency) {
const result = this.state.currency.find((elem) => elem.id === this.state.defaultCurrency.id)
this.setState({ defaultCurrency: result })
this.setState({ defaultCurrency: "" })
}
})
......@@ -808,7 +808,7 @@ export default class CreatePerusahaan extends Component {
}, () => {
if (this.state.defaultCurrency) {
const result = this.state.currency.find((elem) => elem.id === this.state.defaultCurrency.id)
this.setState({ defaultCurrency: result })
this.setState({ defaultCurrency: "" })
}
this.clearError()
......
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