Skip to content

Commit

Permalink
add au-modal-container to application template and disable deprecatio…
Browse files Browse the repository at this point in the history
…n warning
  • Loading branch information
elpoelma committed Apr 14, 2023
1 parent ee57394 commit e53cffe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/templates/application.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
(t "utility.app-name") (if this.showEnvironment (concat ' - ' this.environmentName))
)
}}
<AuModalContainer />
<AuApp class='{{if this.showEnvironment "au-c-app--environment"}}'>
{{#if this.showEnvironment}}
<EnvironmentBanner
Expand Down
3 changes: 3 additions & 0 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ module.exports = function (defaults) {
sassOptions: {
extension: 'scss',
},
'@appuniversum/ember-appuniversum': {
disableWormholeElement: true,
},
});

// Use `app.import` to add additional libraries to the generated
Expand Down

0 comments on commit e53cffe

Please sign in to comment.