mirror of
https://github.com/discourse/discourse.git
synced 2025-04-13 13:36:54 +08:00
FIX: Admin webhook regression in 321b14d (#19379)
In the meantime, before #19360 lands.
This commit is contained in:
parent
03fadf91f0
commit
22cae0022a
@ -23,4 +23,8 @@ export default DiscourseRoute.extend({
|
||||
model.set("group_ids", model.get("group_ids"));
|
||||
controller.setProperties({ model, saved: false });
|
||||
},
|
||||
|
||||
renderTemplate() {
|
||||
this.render("admin/templates/web-hooks-show", { into: "adminApi" });
|
||||
},
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user