FIX: send only one post request when changing topic notification level (#7254)
This commit is contained in:
parent
4774633dac
commit
3aa32c3170
|
@ -37,5 +37,7 @@ export default NotificationOptionsComponent.extend({
|
||||||
if (value !== this.get("value")) {
|
if (value !== this.get("value")) {
|
||||||
this.get("topic.details").updateNotifications(value);
|
this.get("topic.details").updateNotifications(value);
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
|
||||||
|
deselect() {}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue