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 ed154de6fb
commit b969c9fed6

View File

@@ -48,7 +48,7 @@ export default class SecretListHeader extends Component {
@action
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