Skip to content

Commit

Permalink
Merge pull request #76 from lblod/internal/remove-deprecation-warning
Browse files Browse the repository at this point in the history
Add au-modal-container to application template and disable deprecation warning
  • Loading branch information
elpoelma authored Apr 17, 2023
2 parents 1db7972 + e53cffe commit be5dee5
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 be5dee5

Please sign in to comment.