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
6a452bc3e6
commit
36430a34ac
|
@ -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 New Issue