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 82c4246 commit 65105e6Copy full SHA for 65105e6
src/projects/create/components/ProjectWizard.jsx
@@ -287,7 +287,7 @@ class ProjectWizard extends Component {
287
288
handleStepChange(wizardStep) {
289
const { onStepChange } = this.props
290
- const products = findProductsOfCategory(this.state.project.type)
+ const products = findProductsOfCategory(this.state.project.type, false)
291
// if project type has only one product, move one step back to select project type step
292
if (wizardStep === WZ_STEP_SELECT_PROD_TYPE && products && products.length === 1) {
293
wizardStep = WZ_STEP_SELECT_PROJ_TYPE
0 commit comments