From c6c3f1e47829bba9b332da3d4c61193532e87032 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Fri, 15 Apr 2016 08:48:14 -0400 Subject: Update client license etag to handle new features (#2716) --- webapp/components/admin_console/team_settings.jsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'webapp/components') diff --git a/webapp/components/admin_console/team_settings.jsx b/webapp/components/admin_console/team_settings.jsx index d361c989f..6c9828351 100644 --- a/webapp/components/admin_console/team_settings.jsx +++ b/webapp/components/admin_console/team_settings.jsx @@ -102,7 +102,10 @@ class TeamSettings extends React.Component { config.TeamSettings.EnableUserCreation = this.refs.EnableUserCreation.checked; config.TeamSettings.RestrictTeamNames = this.refs.RestrictTeamNames.checked; config.TeamSettings.EnableTeamListing = this.refs.EnableTeamListing.checked; - config.TeamSettings.EnableCustomBrand = this.refs.EnableCustomBrand.checked; + + if (this.refs.EnableCustomBrand) { + config.TeamSettings.EnableCustomBrand = this.refs.EnableCustomBrand.checked; + } if (this.refs.CustomBrandText) { config.TeamSettings.CustomBrandText = this.refs.CustomBrandText.value; -- cgit v1.2.3-1-g7c22