diff --git a/assets/javascripts/admin/controllers/admin-plugins-chat-provider.js.es6 b/assets/javascripts/admin/controllers/admin-plugins-chat-provider.js.es6 index d9eaa21..b6c23c8 100644 --- a/assets/javascripts/admin/controllers/admin-plugins-chat-provider.js.es6 +++ b/assets/javascripts/admin/controllers/admin-plugins-chat-provider.js.es6 @@ -61,7 +61,10 @@ export default Ember.Controller.extend({ this.set("modalShowing", true); const model = { - rule: this.store.createRecord("rule", { channel_id: channel.id, channel }), + rule: this.store.createRecord("rule", { + channel_id: channel.id, + channel + }), channel, provider: this.get("model.provider"), groups: this.get("model.groups")