From 4cd68b58cf7a7d8cbc1455e35c0e53f6819686f5 Mon Sep 17 00:00:00 2001 From: Joshua Borton Date: Tue, 1 Nov 2016 17:59:30 -0400 Subject: Multiple channel purpose updates without refresh (#4400) --- webapp/components/edit_channel_purpose_modal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.3-1-g7c22