Skip to content

Commit 0b9eedc

Browse files
author
Vikas Agarwal
committed
Github issue#1290, Incomplete project is dropping ref code
— Fixed
1 parent c4ded3c commit 0b9eedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/create/containers/CreateContainer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ class CreateConainer extends React.Component {
209209
if (wizardStep === ProjectWizard.Steps.WZ_STEP_INCOMP_PROJ_CONF) {
210210
let productUrl = productType ? ('/' + productType) : ''
211211
productUrl = !productType && projectType ? ('/' + projectType) : productUrl
212-
this.props.history.push(NEW_PROJECT_PATH + productUrl + '/incomplete')
212+
this.props.history.push(NEW_PROJECT_PATH + productUrl + '/incomplete' + window.location.search)
213213
}
214214
if (wizardStep === ProjectWizard.Steps.WZ_STEP_SELECT_PROJ_TYPE) {
215215
this.props.history.push(NEW_PROJECT_PATH + '/' + window.location.search)

0 commit comments

Comments
 (0)