summaryrefslogtreecommitdiffstats
path: root/web/react/components
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-02-25 11:17:14 -0800
committerCorey Hulen <corey@hulen.com>2016-02-25 11:17:14 -0800
commitdb6f4cb4c3c7336094cdb693e28e7d91d674ae1f (patch)
tree12e0324005e576bf35d5dbdb2fdb203e6e432d4d /web/react/components
parent3797ebdac72681c6815493e4791d7e2bb8adfa63 (diff)
parent7b82203a71253928ceb43bbd838b8edd4b5e7db3 (diff)
downloadchat-db6f4cb4c3c7336094cdb693e28e7d91d674ae1f.tar.gz
chat-db6f4cb4c3c7336094cdb693e28e7d91d674ae1f.tar.bz2
chat-db6f4cb4c3c7336094cdb693e28e7d91d674ae1f.zip
Merge pull request #2255 from asaadmahmoodspin/ui-improvements
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;
}