Commit 5320a2d2 authored by r.kurnia's avatar r.kurnia

update loading di RO TP

parent 49015a4a
......@@ -6236,6 +6236,7 @@ export default class TaxPlanning extends Component {
{this.state.dataLoaded && (
<div style={{ marginTop: 20, width: this.props.width - (this.props.open === true ? 400 : 150) }}>
{this.state.loading && loadingComponent}
{!this.state.loading &&
<MuiThemeProvider theme={getMuiTheme()}>
<MUIDataTable
data={dataTable2}
......@@ -6243,6 +6244,7 @@ export default class TaxPlanning extends Component {
options={options}
/>
</MuiThemeProvider>
}
</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