Updates to make Menu and lists work together again.

This commit is contained in:
Brian McGonagill 2025-07-30 07:11:50 -05:00
parent b5d490c052
commit 9223f21e06
7 changed files with 32 additions and 27 deletions

View file

@ -56,7 +56,7 @@ Template.addProdToListModal.events({
const addItemsFromMenu = async() => {
let result = await Meteor.callAsync('add.itemsFromMenuItem', selectedItems, listId);
if (!result) {
// console.log(" ERROR adding menu components to list: " + err);
console.log(" ERROR adding menu components to list: ");
} else {
showSnackbar("Items Added to List!", "green");
}