UI: Fix confirm dropdown not rendering on HSM (#21963)

* Add sanitization to computed style on confirm dropdown
This commit is contained in:
Chelsea Shaw 2023-07-20 11:01:09 -05:00 committed by GitHub
parent 7103bc2cdb
commit a71c174e79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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