From 2fc4b3782862db2f284215df213a7b3b4cd1fdeb Mon Sep 17 00:00:00 2001 From: David Lu Date: Mon, 20 Jun 2016 11:17:18 -0400 Subject: [PATCH] removed reference to allKey (#3366) --- webapp/components/user_settings/user_settings_notifications.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/components/user_settings/user_settings_notifications.jsx b/webapp/components/user_settings/user_settings_notifications.jsx index 26d960d469..5ae2a83af1 100644 --- a/webapp/components/user_settings/user_settings_notifications.jsx +++ b/webapp/components/user_settings/user_settings_notifications.jsx @@ -156,7 +156,6 @@ class NotificationsTab extends React.Component { data.mention_keys = stringKeys; data.first_name = this.state.firstNameKey.toString(); - data.all = this.state.allKey.toString(); data.channel = this.state.channelKey.toString(); Client.updateUserNotifyProps(data,