mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
the fix (#17037)
This commit is contained in:
parent
469b2db53c
commit
ea6d22c2a7
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@
|
|||
<LinkTo
|
||||
@route={{if this.isCreating @root.path "vault.cluster.secrets.backend.show"}}
|
||||
@model={{if this.isCreating @root.model @model.id}}
|
||||
@query={{unless this.isCreating (hash itemType="key")}}
|
||||
@query={{unless this.isCreating (hash itemType="key") (hash itemType="")}}
|
||||
@disabled={{this.savekey.isRunning}}
|
||||
class="button"
|
||||
data-test-keymgmt-key-cancel
|
||||
|
|
|
|||
Loading…
Reference in a new issue