Skip to content
Snippets Groups Projects
Commit 12ea49bc authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Open the editor view of the required project

parent 910d2b37
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ class TipsLibrary extends React.PureComponent {
eventually we will find a solution that doesn't involve loading a whole project
*/
if (item.requiredProjectId && (item.requiredProjectId !== this.props.projectId)) {
const urlParams = `/projects/${item.requiredProjectId}?tutorial=${item.urlId}`;
const urlParams = `/projects/${item.requiredProjectId}/editor?tutorial=${item.urlId}`;
return window.open(window.location.origin + urlParams, '_blank');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment