diff --git a/changelog/14233.txt b/changelog/14233.txt new file mode 100644 index 000000000..9cee8ff68 --- /dev/null +++ b/changelog/14233.txt @@ -0,0 +1,3 @@ +```release-note:bug + ui: Fix incorrect validity message on transit secrets engine +``` diff --git a/ui/app/templates/components/transit-key-actions.hbs b/ui/app/templates/components/transit-key-actions.hbs index bee4f226d..c7bb6f030 100644 --- a/ui/app/templates/components/transit-key-actions.hbs +++ b/ui/app/templates/components/transit-key-actions.hbs @@ -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")