Skip to content

Commit 4bf6415

Browse files
committed
used getEditPath logic in getFullPath
1 parent fba4ec4 commit 4bf6415

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/plugins/lens/common/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ export function getEditPath(id: string) {
1818
}
1919

2020
export function getFullPath(id: string) {
21-
return `/app/${PLUGIN_ID}#/edit/${encodeURIComponent(id)}`;
21+
return `/app/${PLUGIN_ID}${getEditPath(id)}`;
2222
}

0 commit comments

Comments
 (0)