From e53cffef31486db4aa3e7bbf07a101c8928459a8 Mon Sep 17 00:00:00 2001 From: Elena Poelman Date: Fri, 14 Apr 2023 16:44:54 +0200 Subject: [PATCH] add au-modal-container to application template and disable deprecation warning --- app/templates/application.hbs | 1 + ember-cli-build.js | 3 +++ 2 files changed, 4 insertions(+) diff --git a/app/templates/application.hbs b/app/templates/application.hbs index 5a164a7a..574a8877 100644 --- a/app/templates/application.hbs +++ b/app/templates/application.hbs @@ -3,6 +3,7 @@ (t "utility.app-name") (if this.showEnvironment (concat ' - ' this.environmentName)) ) }} + {{#if this.showEnvironment}}