From b661d1d9e19b4e9316efcfbb061d407f1a791050 Mon Sep 17 00:00:00 2001 From: Justin Kambic Date: Mon, 11 Nov 2019 19:02:57 -0500 Subject: [PATCH] Revert router base name for Uptime plugin to use hash in default path. (#50095) --- x-pack/legacy/plugins/uptime/common/constants/plugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/legacy/plugins/uptime/common/constants/plugin.ts b/x-pack/legacy/plugins/uptime/common/constants/plugin.ts index eeb0683fc9bbb8..93c3f00a0a45c1 100644 --- a/x-pack/legacy/plugins/uptime/common/constants/plugin.ts +++ b/x-pack/legacy/plugins/uptime/common/constants/plugin.ts @@ -7,6 +7,6 @@ export const PLUGIN = { APP_ROOT_ID: 'react-uptime-root', ID: 'uptime', - ROUTER_BASE_NAME: '/app/uptime', + ROUTER_BASE_NAME: '/app/uptime#', LOCAL_STORAGE_KEY: 'xpack.uptime', };