From 6fbdbea497760d016fbc6fefabde6d4dad662f27 Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Wed, 5 Jul 2017 08:13:50 +0900 Subject: [PATCH] update it --- webui/src/containers/Subscriber/Document.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webui/src/containers/Subscriber/Document.js b/webui/src/containers/Subscriber/Document.js index ad63e359ce..4d04122eb5 100644 --- a/webui/src/containers/Subscriber/Document.js +++ b/webui/src/containers/Subscriber/Document.js @@ -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 }) } }