FIX: send only one post request when changing topic notification level (#7254)

This commit is contained in:
Maja Komel 2019-03-26 12:04:33 +01:00 committed by Régis Hanol
parent 4774633dac
commit 3aa32c3170
1 changed files with 3 additions and 1 deletions

View File

@ -37,5 +37,7 @@ export default NotificationOptionsComponent.extend({
if (value !== this.get("value")) {
this.get("topic.details").updateNotifications(value);
}
}
},
deselect() {}
});