VAULT-7254 beta pki modal bugfix (#18964)

* VAULT-7254 beta pki modal bugfix

* Add dyanmic segment value
This commit is contained in:
Kianna 2023-02-02 14:08:03 -08:00 committed by GitHub
parent 0249f6e240
commit 10dd6614fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ export default class SecretListHeader extends Component {
@action @action
transitionToNewPki() { transitionToNewPki() {
this.router.transitionTo('vault.cluster.secrets.backend.pki.overview', this.args.model.engineType); this.router.transitionTo('vault.cluster.secrets.backend.pki.overview', this.args.model.id);
} }
@action @action