Updated modal styling and fixed a weird bug

This commit is contained in:
Brian McGonagill 2024-07-30 08:37:42 -05:00
parent 00a99e0393
commit be07ec72bd
5 changed files with 21 additions and 8 deletions

View file

@ -40,6 +40,7 @@ Template.menuItemsTbl.events({
},
'click .addProdsToList' (event) {
event.preventDefault();
console.log("Menu Iteme Id sent is: " + this._id);
Session.set("menuItemId", this._id);
}
});