nagasurendra commited on
Commit
c28ed90
·
verified ·
1 Parent(s): 7c4f93e

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -0
templates/index.html CHANGED
@@ -1027,6 +1027,7 @@
1027
  } else if (currentStep === 'customization') {
1028
  currentStep = 'menu_display';
1029
  console.log('Step changed to menu_display.');
 
1030
  // You can add logic here to show the menu items again if needed
1031
  } else if (currentStep === 'post_cart') {
1032
  currentStep = 'food_type';
 
1027
  } else if (currentStep === 'customization') {
1028
  currentStep = 'menu_display';
1029
  console.log('Step changed to menu_display.');
1030
+ fetchMenuItems({ ingredient_names: ingredientNames });
1031
  // You can add logic here to show the menu items again if needed
1032
  } else if (currentStep === 'post_cart') {
1033
  currentStep = 'food_type';