`hide-modal-trigger` is a component, not a view

This commit is contained in:
Robin Ward 2016-11-18 10:54:03 -05:00
parent 7cfda43ae3
commit 4e82e3ac75
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
export default Ember.View.extend({
export default Ember.Component.extend({
didInsertElement() {
this._super();
$('#discourse-modal').modal('hide');