Commit d7682f72 authored by Riri Novita's avatar Riri Novita

Merge branch 'ENV-DEV' into 'ENV-STAGING'

hide button download ro

See merge request !2047
parents a56c436a 558c3acf
...@@ -508,7 +508,7 @@ export default class CreatePerusahaan extends Component { ...@@ -508,7 +508,7 @@ export default class CreatePerusahaan extends Component {
}, () => { }, () => {
if (this.state.defaultCurrency) { if (this.state.defaultCurrency) {
const result = this.state.currency.find((elem) => elem.id === this.state.defaultCurrency.id) 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 { ...@@ -808,7 +808,7 @@ export default class CreatePerusahaan extends Component {
}, () => { }, () => {
if (this.state.defaultCurrency) { if (this.state.defaultCurrency) {
const result = this.state.currency.find((elem) => elem.id === this.state.defaultCurrency.id) const result = this.state.currency.find((elem) => elem.id === this.state.defaultCurrency.id)
this.setState({ defaultCurrency: result }) this.setState({ defaultCurrency: "" })
} }
this.clearError() this.clearError()
......
...@@ -2447,7 +2447,7 @@ export default class ProfitLossROO extends Component { ...@@ -2447,7 +2447,7 @@ export default class ProfitLossROO extends Component {
</button> </button>
</a> </a>
<ReactTooltip border={true} id="upload" place="bottom" type="light" effect="solid" /> <ReactTooltip border={true} id="upload" place="bottom" type="light" effect="solid" />
<a data-tip={'Download'} data-for="download"> {/* <a data-tip={'Download'} data-for="download">
<button <button
style={{ style={{
backgroundColor: 'transparent', backgroundColor: 'transparent',
...@@ -2463,7 +2463,7 @@ export default class ProfitLossROO extends Component { ...@@ -2463,7 +2463,7 @@ export default class ProfitLossROO extends Component {
<img src={Images.download} /> <img src={Images.download} />
</button> </button>
</a> </a>
<ReactTooltip border={true} id="download" place="bottom" type="light" effect="solid" /> <ReactTooltip border={true} id="download" place="bottom" type="light" effect="solid" /> */}
</div> </div>
} }
</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