summaryrefslogtreecommitdiffstats
path: root/webapp/components
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-06-09 12:08:27 -0300
committerJoram Wilander <jwawilander@gmail.com>2016-06-09 11:08:27 -0400
commiteefde7d7b6231d2ba143aa496f698d0c9f758bdd (patch)
tree512fc37ada618597e2d01a003b351f0d91774476 /webapp/components
parent1b2fd5af5e55b6da3a2da5534570f357b0c643f3 (diff)
downloadchat-eefde7d7b6231d2ba143aa496f698d0c9f758bdd.tar.gz
chat-eefde7d7b6231d2ba143aa496f698d0c9f758bdd.tar.bz2
chat-eefde7d7b6231d2ba143aa496f698d0c9f758bdd.zip
PLT-3236 Click in little x for admin console localization settings causes error (#3292)
Diffstat (limited to 'webapp/components')
-rw-r--r--webapp/components/admin_console/multiselect_settings.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/admin_console/multiselect_settings.jsx b/webapp/components/admin_console/multiselect_settings.jsx
index deba983de..ca0bdc9aa 100644
--- a/webapp/components/admin_console/multiselect_settings.jsx
+++ b/webapp/components/admin_console/multiselect_settings.jsx
@@ -50,6 +50,7 @@ export default class MultiSelectSetting extends React.Component {
labelKey='text'
options={this.props.values}
joinValues={true}
+ clearable={false}
disabled={this.props.disabled}
noResultsText={this.props.noResultText}
onChange={this.handleChange}