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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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