We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0a557 commit 752bb65Copy full SHA for 752bb65
src/projects/create/components/ProjectWizard.jsx
@@ -55,6 +55,7 @@ class ProjectWizard extends Component {
55
// assumes the params.product to be id of a product because incomplete project is set only
56
// after user selects a particular product
57
const product = findProduct(params.product, true)
58
+ // load project detais page directly if product of save project and deep link are the same
59
if (product && product.id === incompleteProduct) {
60
wizardStep = WZ_STEP_FILL_PROJ_DETAILS
61
}
0 commit comments