Commit 0a2b8cf5 authored by muhammad ridwan's avatar muhammad ridwan

handleloadings

parent 2eea170b
......@@ -461,11 +461,12 @@ export default class CreateCarfmDoc extends Component {
type="button"
onClick={() =>
{
this.props.handleLoading(1);
this.setState({
saveDisable: true,
submitVal : this.state.submitVal + 1
}, console.log());
this.props.handleLoading(1);
setTimeout(() => {
this.validasi()
......
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