Revert router base name for Uptime plugin to use hash in default path. (#50095)

This commit is contained in:
Justin Kambic 2019-11-11 19:02:57 -05:00 committed by GitHub
parent ea9bb0a0a5
commit b661d1d9e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',
};