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 c4ded3c commit 0b9eedcCopy full SHA for 0b9eedc
src/projects/create/containers/CreateContainer.jsx
@@ -209,7 +209,7 @@ class CreateConainer extends React.Component {
209
if (wizardStep === ProjectWizard.Steps.WZ_STEP_INCOMP_PROJ_CONF) {
210
let productUrl = productType ? ('/' + productType) : ''
211
productUrl = !productType && projectType ? ('/' + projectType) : productUrl
212
- this.props.history.push(NEW_PROJECT_PATH + productUrl + '/incomplete')
+ this.props.history.push(NEW_PROJECT_PATH + productUrl + '/incomplete' + window.location.search)
213
}
214
if (wizardStep === ProjectWizard.Steps.WZ_STEP_SELECT_PROJ_TYPE) {
215
this.props.history.push(NEW_PROJECT_PATH + '/' + window.location.search)
0 commit comments