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 fd75dcd commit 16f6985Copy full SHA for 16f6985
src/projects/create/components/ProjectWizard.jsx
@@ -180,7 +180,7 @@ class ProjectWizard extends Component {
180
* Removed incomplete project from the local storage and resets the state. Also, moves wizard to the first step.
181
*/
182
removeIncompleteProject() {
183
- const { onStepChange, params, onProjectUpdate } = this.props
+ const { onStepChange, onProjectUpdate } = this.props
184
// remove incomplete project from local storage
185
window.localStorage.removeItem(LS_INCOMPLETE_PROJECT)
186
const projectType = _.get(this.state.project, 'type')
0 commit comments