summaryrefslogtreecommitdiffstats
path: root/web/react/components
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-02-25 21:14:56 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-02-25 21:14:56 +0500
commitc1b7015a5a6ebd7382706b16c7e6d4101bba081c (patch)
treed11581ad3fab90fd513d724c047bcfcf775e4146 /web/react/components
parent8e9e9f7c87ec984668060d79650ec4307ca6cd44 (diff)
downloadchat-c1b7015a5a6ebd7382706b16c7e6d4101bba081c.tar.gz
chat-c1b7015a5a6ebd7382706b16c7e6d4101bba081c.tar.bz2
chat-c1b7015a5a6ebd7382706b16c7e6d4101bba081c.zip
Multiple UI Improvements
Diffstat (limited to 'web/react/components')
-rw-r--r--web/react/components/rename_channel_modal.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/react/components/rename_channel_modal.jsx b/web/react/components/rename_channel_modal.jsx
index 49ebccdbb..e96ff0db2 100644
--- a/web/react/components/rename_channel_modal.jsx
+++ b/web/react/components/rename_channel_modal.jsx
@@ -229,7 +229,6 @@ export default class RenameChannelModal extends React.Component {
let readOnlyHandleInput = false;
if (this.state.channelName === Constants.DEFAULT_CHANNEL) {
handleInputLabel += formatMessage(holders.defaultError);
- handleInputClass += ' disabled-input';
readOnlyHandleInput = true;
}