summaryrefslogtreecommitdiffstats
path: root/web/react/components/setting_item_max.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-08-21 15:42:11 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-08-21 15:42:11 +0500
commitda97cecd256bcfa04e74bb868b091bf7b2e81739 (patch)
treeb05b3811b62e934f5d6e6e2003802091e7cfd9ea /web/react/components/setting_item_max.jsx
parent3a76e82cdb5b6c9ef19eb6a942e27fc70881f95f (diff)
parent08941cf554bc88ca95f933cd2831fd6c6f2d49e9 (diff)
downloadchat-da97cecd256bcfa04e74bb868b091bf7b2e81739.tar.gz
chat-da97cecd256bcfa04e74bb868b091bf7b2e81739.tar.bz2
chat-da97cecd256bcfa04e74bb868b091bf7b2e81739.zip
Merge branch 'master' of https://github.com/mattermost/platform into ui-changes
Conflicts: web/react/components/channel_notifications.jsx
Diffstat (limited to 'web/react/components/setting_item_max.jsx')
-rw-r--r--web/react/components/setting_item_max.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/setting_item_max.jsx b/web/react/components/setting_item_max.jsx
index fd95b8b32..1599041b0 100644
--- a/web/react/components/setting_item_max.jsx
+++ b/web/react/components/setting_item_max.jsx
@@ -20,7 +20,7 @@ module.exports = React.createClass({
<hr />
{ server_error }
{ clientError }
- { this.props.submit ? <a className="btn btn-sm btn-primary" onClick={this.props.submit}>Submit</a> : "" }
+ { this.props.submit ? <a className="btn btn-sm btn-primary" href="#" onClick={this.props.submit}>Submit</a> : "" }
<a className="btn btn-sm theme" href="#" onClick={this.props.updateSection}>Cancel</a>
</li>
</ul>