From e58efa2c2ed2db138fdf6f1454ed0d8932e468a0 Mon Sep 17 00:00:00 2001 From: Mark VanLandingham Date: Tue, 31 Oct 2023 13:34:29 -0500 Subject: [PATCH] DEV: Add a couple PluginOutlets to admin theme show (#24184) --- .../admin/addon/templates/customize-themes-show.hbs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/assets/javascripts/admin/addon/templates/customize-themes-show.hbs b/app/assets/javascripts/admin/addon/templates/customize-themes-show.hbs index 002420bb2e6..e4e28247a49 100644 --- a/app/assets/javascripts/admin/addon/templates/customize-themes-show.hbs +++ b/app/assets/javascripts/admin/addon/templates/customize-themes-show.hbs @@ -29,6 +29,10 @@ {{/if}} + {{#each this.model.errors as |error|}}
{{error}}
{{/each}} @@ -452,8 +456,11 @@ {{/if}} +
-