summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorJoshua Borton <digitaltoad@gmail.com>2016-11-01 17:59:30 -0400
committerCorey Hulen <corey@hulen.com>2016-11-01 14:59:30 -0700
commit4cd68b58cf7a7d8cbc1455e35c0e53f6819686f5 (patch)
tree857e7ba2e2d5d223efeaa5fdf7d1f6d4bf25fc80 /webapp
parenta7e583717825b47142d9877472ad177a6afbe04d (diff)
downloadchat-4cd68b58cf7a7d8cbc1455e35c0e53f6819686f5.tar.gz
chat-4cd68b58cf7a7d8cbc1455e35c0e53f6819686f5.tar.bz2
chat-4cd68b58cf7a7d8cbc1455e35c0e53f6819686f5.zip
Multiple channel purpose updates without refresh (#4400)
Diffstat (limited to 'webapp')
-rw-r--r--webapp/components/edit_channel_purpose_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/edit_channel_purpose_modal.jsx b/webapp/components/edit_channel_purpose_modal.jsx
index 57d3b78a9..31d8e1bbd 100644
--- a/webapp/components/edit_channel_purpose_modal.jsx
+++ b/webapp/components/edit_channel_purpose_modal.jsx
@@ -45,7 +45,7 @@ export default class EditChannelPurposeModal extends React.Component {
}
handleHide() {
- this.setState({serverError: ''});
+ this.setState({serverError: '', submitted: false});
if (this.props.onModalDismissed) {
this.props.onModalDismissed();