mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 23:44:48 +08:00
FIX: send only one post request when changing topic notification level (#7254)
This commit is contained in:
@ -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() {}
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user