Skip to content

Commit 65105e6

Browse files
author
Vikas Agarwal
committed
Github issue#1229, Remove chatbot project category screen on back button
— Fixed
1 parent 82c4246 commit 65105e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/create/components/ProjectWizard.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ class ProjectWizard extends Component {
287287

288288
handleStepChange(wizardStep) {
289289
const { onStepChange } = this.props
290-
const products = findProductsOfCategory(this.state.project.type)
290+
const products = findProductsOfCategory(this.state.project.type, false)
291291
// if project type has only one product, move one step back to select project type step
292292
if (wizardStep === WZ_STEP_SELECT_PROD_TYPE && products && products.length === 1) {
293293
wizardStep = WZ_STEP_SELECT_PROJ_TYPE

0 commit comments

Comments
 (0)