Skip to content

Commit

Permalink
Fix link to API Explorer in console (#21596)
Browse files Browse the repository at this point in the history
* quick fix for using api keyword in the console

* add back space
  • Loading branch information
Monkeychip committed Jul 5, 2023
1 parent 21f8ad2 commit f5207a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/components/console/ui-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default Component.extend({
content = `Welcome to the Vault API explorer! \nWe've filtered the list of endpoints for '${filter}'.`;
}
try {
yield this.router.transitionTo('vault.cluster.open-api-explorer.index', {
yield this.router.transitionTo('vault.cluster.tools.open-api-explorer', {
queryParams: { filter },
});
this.logAndOutput(null, {
Expand Down

0 comments on commit f5207a3

Please sign in to comment.