FIX: Admin webhook regression in 321b14d (#19379)

In the meantime, before #19360 lands.
This commit is contained in:
Jarek Radosz
2022-12-08 11:57:04 +01:00
committed by GitHub
parent 03fadf91f0
commit 22cae0022a

View File

@@ -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" });
},
});