|
|
@@ -49,7 +49,7 @@ let recipesObj = {
|
|
|
axios.get("/merchant/recipes/update")
|
|
|
.then((result)=>{
|
|
|
merchant = result.data.merchant;
|
|
|
- this.displayRecipes();
|
|
|
+ this.populateRecipes();
|
|
|
banner.createNotification("Your recipes have been updated successfully");
|
|
|
if(result.data.count > 0){
|
|
|
banner.createError(`You have ${result.data.count} recipes with no ingredients. Please update them.`);
|