From f5207a3a718889cfe602b8774d30f1fe843b31f8 Mon Sep 17 00:00:00 2001 From: Angel Garbarino Date: Wed, 5 Jul 2023 13:52:25 -0600 Subject: [PATCH] Fix link to API Explorer in console (#21596) * quick fix for using api keyword in the console * add back space --- ui/app/components/console/ui-panel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/components/console/ui-panel.js b/ui/app/components/console/ui-panel.js index 9b11947032..d7d41576dd 100644 --- a/ui/app/components/console/ui-panel.js +++ b/ui/app/components/console/ui-panel.js @@ -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, {