mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 08:18:50 +00:00
Updates to make Menu and lists work together again.
This commit is contained in:
parent
b5d490c052
commit
9223f21e06
7 changed files with 32 additions and 27 deletions
|
|
@ -72,7 +72,7 @@ Template.modalLinkProducts.events({
|
|||
const linkInMenu = async() => {
|
||||
let result = await Meteor.callAsync('link.inMenu', menuItemId, true);
|
||||
if (!result) {
|
||||
// console.log(" ERROR adding link to menu sub-item: " + error);
|
||||
console.log(" ERROR adding link to menu sub-item: " + error);
|
||||
} else {
|
||||
showSnackbar("Products added to Menu Item successfully!", "green");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue