update it

This commit is contained in:
Sukchan Lee 2017-07-05 08:13:50 +09:00
parent b171e9725d
commit 6fbdbea497
1 changed files with 4 additions and 0 deletions

View File

@ -89,7 +89,9 @@ class Document extends Component {
message
}));
dispatch(clearActionStatus(MODEL, action));
onHide();
this.setState({ disableValidation: false })
}
if (status.error) {
@ -112,6 +114,8 @@ class Document extends Component {
}
}));
dispatch(clearActionStatus(MODEL, action));
this.setState({ disableValidation: false })
}
}