`fixed-modal` is a better name

This commit is contained in:
Robin Ward 2017-08-30 15:52:29 -04:00
parent 70706897f4
commit 6361618188
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export default Ember.Component.extend({
// use `elementId` // use `elementId`
if (this.get('modalStyle') !== 'inline-modal') { if (this.get('modalStyle') !== 'inline-modal') {
this.set('elementId', 'discourse-modal'); this.set('elementId', 'discourse-modal');
this.set('modalStyle', 'popup-modal'); this.set('modalStyle', 'fixed-modal');
} }
}, },