Skip to content

Commit

Permalink
Added / to lens embeddable factory editUrl to fix new tab behavior #7…
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomThomson authored Jul 21, 2020
1 parent 36026f9 commit b3635f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class EmbeddableFactory implements EmbeddableFactoryDefinition {
{
savedVis,
editPath: getEditPath(savedObjectId),
editUrl: coreHttp.basePath.prepend(`app/lens${getEditPath(savedObjectId)}`),
editUrl: coreHttp.basePath.prepend(`/app/lens${getEditPath(savedObjectId)}`),
editable: await this.isEditable(),
indexPatterns,
},
Expand Down

0 comments on commit b3635f7

Please sign in to comment.