mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[chrome/nav] always parse the query string
This commit is contained in:
parent
237a9e2f8a
commit
e3f2714e8a
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ export default function (chrome, internals) {
|
|||
}
|
||||
|
||||
function decodeKibanaUrl(url) {
|
||||
const parsedUrl = parse(url);
|
||||
const parsedUrl = parse(url, true);
|
||||
const appId = getAppId(parsedUrl);
|
||||
const hash = parsedUrl.hash || '';
|
||||
const parsedHash = parse(hash.slice(1), true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue