mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-06 04:46:25 +02:00
UI: Fix confirm dropdown not rendering on HSM (#21963)
* Add sanitization to computed style on confirm dropdown
This commit is contained in:
parent
7103bc2cdb
commit
a71c174e79
@ -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…
x
Reference in New Issue
Block a user