diff --git a/app/assets/javascripts/select-kit/components/topic-notifications-options.js.es6 b/app/assets/javascripts/select-kit/components/topic-notifications-options.js.es6 index b15b688faa9..5e04fe0771a 100644 --- a/app/assets/javascripts/select-kit/components/topic-notifications-options.js.es6 +++ b/app/assets/javascripts/select-kit/components/topic-notifications-options.js.es6 @@ -37,5 +37,7 @@ export default NotificationOptionsComponent.extend({ if (value !== this.get("value")) { this.get("topic.details").updateNotifications(value); } - } + }, + + deselect() {} });