Skip to content

Commit

Permalink
fix saved object share link
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed May 15, 2020
1 parent 0cc5d13 commit 3ddeb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/share/public/components/url_panel_content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export class UrlPanelContent extends Component<Props, State> {
}),
});
if (this.props.isEmbedded) {
formattedUrl = this.makeUrlEmbeddable(url);
formattedUrl = this.makeUrlEmbeddable(formattedUrl);
}

return formattedUrl;
Expand Down

0 comments on commit 3ddeb65

Please sign in to comment.