Fix 2 bugs, fix update functions for new changes.

This commit is contained in:
Brian McGonagill 2024-08-15 18:47:26 -05:00
parent 153e70c70c
commit 6a771a6f11
5 changed files with 128 additions and 49 deletions

View file

@ -114,7 +114,7 @@ Template.menuItemsForm.events({
if (err) {
console.log(" ERROR shifting meal days: " + err);
} else {
// console.log(" SUCCESS shifting meal date.");
showSnackbar("Items Shifted Out by 1 Calendar Day", "green");
}
});
}

View file

@ -20,4 +20,5 @@
</div>
</div>
</form>
{{> snackbar}}
</template>