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 4f5b38e commit 6eaa479Copy full SHA for 6eaa479
src/projects/create/components/ProjectWizard.jsx
@@ -150,7 +150,7 @@ class ProjectWizard extends Component {
150
window.scrollTo(0, 0)
151
const { onStepChange } = this.props
152
// const products = _.get(this.state.project, 'details.products')
153
- let updateQuery = { }
+ const updateQuery = { }
154
const detailsQuery = { products : [product] }
155
// restore common fields from dirty project
156
this.restoreCommonDetails(updateQuery, detailsQuery)
0 commit comments