mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:15:00 +00:00
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")) {
|
||||
this.get("topic.details").updateNotifications(value);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
deselect() {}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user