mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
UI: Fix incorrect validity modal on transit secrets engine (#14233)
* Fix incorrect validity modal on transit secrets engine * Add changelog
This commit is contained in:
parent
db5097dec9
commit
dd0d3e811b
2 changed files with 4 additions and 0 deletions
3
changelog/14233.txt
Normal file
3
changelog/14233.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
ui: Fix incorrect validity message on transit secrets engine
|
||||
```
|
||||
|
|
@ -41,6 +41,7 @@
|
|||
exportKeyType=this.exportKeyType
|
||||
exportKeyVersion=this.exportKeyVersion
|
||||
encodedBase64=this.encodedBase64
|
||||
valid=this.valid
|
||||
doSubmit=(action "doSubmit")
|
||||
toggleModal=(action "toggleModal")
|
||||
clearParams=(action "clearParams")
|
||||
|
|
|
|||
Loading…
Reference in a new issue