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.
2 parents 7c9155f + 01c9185 commit b180d93Copy full SHA for b180d93
src/projects/create/containers/CreateContainer.jsx
@@ -3,7 +3,7 @@ import React, { PropTypes } from 'react'
3
import { withRouter, browserHistory } from 'react-router'
4
import { connect } from 'react-redux'
5
import { renderComponent, branch, compose, withProps } from 'recompose'
6
-import { createProjectWithStatus as createProjectAction, fireProjectDirty, fireProjectDirtyUndo } from '../../actions/project'
+import { createProject as createProjectAction, fireProjectDirty, fireProjectDirtyUndo } from '../../actions/project'
7
import CoderBot from '../../../components/CoderBot/CoderBot'
8
import spinnerWhileLoading from '../../../components/LoadingSpinner'
9
import ProjectWizard from '../components/ProjectWizard'
0 commit comments