mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
hide-modal-trigger is a component, not a view
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export default Ember.View.extend({
|
||||
export default Ember.Component.extend({
|
||||
didInsertElement() {
|
||||
this._super();
|
||||
$('#discourse-modal').modal('hide');
|
||||
|
||||
Reference in New Issue
Block a user