nagasurendra commited on
Commit
09b75e6
·
verified ·
1 Parent(s): 94143ed

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -512,7 +512,7 @@ function resetToPreviousStep() {
512
  } else if (currentStep === 'customization') {
513
  currentStep = 'menu_display';
514
  console.log('Step changed to menu_display.');
515
- fetchMenuItems({ ingredient_names: ingredientNames });
516
  } else if (currentStep === 'post_cart') {
517
  currentStep = 'food_type';
518
  conversation.push({ role: 'bot', message: 'What type of food would you prefer?' });
 
512
  } else if (currentStep === 'customization') {
513
  currentStep = 'menu_display';
514
  console.log('Step changed to menu_display.');
515
+ //fetchMenuItems({ ingredient_names: ingredientNames });
516
  } else if (currentStep === 'post_cart') {
517
  currentStep = 'food_type';
518
  conversation.push({ role: 'bot', message: 'What type of food would you prefer?' });