Skip to content

Commit 752bb65

Browse files
author
Vikas Agarwal
committed
Github issue#1104, "Create a new project" action should consider the product from the URL
— added inline doc
1 parent cb0a557 commit 752bb65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/projects/create/components/ProjectWizard.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ class ProjectWizard extends Component {
5555
// assumes the params.product to be id of a product because incomplete project is set only
5656
// after user selects a particular product
5757
const product = findProduct(params.product, true)
58+
// load project detais page directly if product of save project and deep link are the same
5859
if (product && product.id === incompleteProduct) {
5960
wizardStep = WZ_STEP_FILL_PROJ_DETAILS
6061
}

0 commit comments

Comments
 (0)