Skip to content

Commit

Permalink
change path to not include appstate
Browse files Browse the repository at this point in the history
Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
  • Loading branch information
abbyhu2000 committed Feb 2, 2024
1 parent d22132f commit ec36fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/discover/public/migrate_state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function migrateUrlState(oldPath: string, newPath = '/'): string {
let path = newPath;
const pathPatterns = [
{
pattern: '#/context/:indexPattern/:id?:appState?',
pattern: '#/context/:indexPattern/:id',
extraState: { docView: 'context' },
path: `context`,
},
Expand Down

0 comments on commit ec36fd8

Please sign in to comment.