backport of UI: Fix confirm dropdown not rendering on HSM (#21975)
Co-authored-by: Chelsea Shaw <82459713+hashishaw@users.noreply.github.com>
This commit is contained in:
parent
45af65da81
commit
cf6c2937b0
|
@ -1,6 +1,6 @@
|
|||
{{! template-lint-disable no-inline-styles}}
|
||||
|
||||
<div class="confirm-wrapper" style={{this.style}}>
|
||||
<div class="confirm-wrapper" style={{sanitized-html this.style}}>
|
||||
<div class="confirm {{if this.openTrigger 'show-confirm'}}" ...attributes>
|
||||
{{yield
|
||||
(hash
|
||||
|
|
Loading…
Reference in New Issue