summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/multiselect_settings.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-07-05 20:13:50 +0500
committerHarrison Healey <harrisonmhealey@gmail.com>2016-07-05 11:13:50 -0400
commit068df708c0ca02f563579ba48c2ed924388107ed (patch)
tree46b56e0669a9b4b45f9da969dfd2bb7ac87a3e0c /webapp/components/admin_console/multiselect_settings.jsx
parentb8189369edff09b80470b2e1914d18bcb46d02bb (diff)
downloadchat-068df708c0ca02f563579ba48c2ed924388107ed.tar.gz
chat-068df708c0ca02f563579ba48c2ed924388107ed.tar.bz2
chat-068df708c0ca02f563579ba48c2ed924388107ed.zip
Fixing errors in system console (#3484)
Diffstat (limited to 'webapp/components/admin_console/multiselect_settings.jsx')
-rw-r--r--webapp/components/admin_console/multiselect_settings.jsx5
1 files changed, 1 insertions, 4 deletions
diff --git a/webapp/components/admin_console/multiselect_settings.jsx b/webapp/components/admin_console/multiselect_settings.jsx
index 3120e03a8..8aad5d6eb 100644
--- a/webapp/components/admin_console/multiselect_settings.jsx
+++ b/webapp/components/admin_console/multiselect_settings.jsx
@@ -54,10 +54,7 @@ export default class MultiSelectSetting extends React.Component {
onChange={this.handleChange}
value={this.props.selected}
/>
- <FormError
- noMargin={true}
- error={this.state.error}
- />
+ <FormError error={this.state.error}/>
</Setting>
);
}