Skip to content

Commit ca18a95

Browse files
committed
Revert router base name for Uptime plugin to use hash in default path. (#50095)
1 parent 0115748 commit ca18a95

File tree

1 file changed

+1
-1
lines changed
  • x-pack/legacy/plugins/uptime/common/constants

1 file changed

+1
-1
lines changed

x-pack/legacy/plugins/uptime/common/constants/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
export const PLUGIN = {
88
APP_ROOT_ID: 'react-uptime-root',
99
ID: 'uptime',
10-
ROUTER_BASE_NAME: '/app/uptime',
10+
ROUTER_BASE_NAME: '/app/uptime#',
1111
LOCAL_STORAGE_KEY: 'xpack.uptime',
1212
};

0 commit comments

Comments
 (0)