소스 검색

Bug fix: analytics page did not update when ingredients added from spreadsheet.

Lee Morgan 5 년 전
부모
커밋
4c0d9d1a22
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      views/dashboardPage/bundle.js
  2. 1 0
      views/dashboardPage/js/classes/Merchant.js

+ 1 - 0
views/dashboardPage/bundle.js

@@ -317,6 +317,7 @@ class Merchant{
         }
 
         ingredientsStrand.populateByProperty();
+        analyticsStrand.populateButtons();
     }
 
     removeIngredient(ingredient){

+ 1 - 0
views/dashboardPage/js/classes/Merchant.js

@@ -201,6 +201,7 @@ class Merchant{
         }
 
         ingredientsStrand.populateByProperty();
+        analyticsStrand.populateButtons();
     }
 
     removeIngredient(ingredient){