Added a delete confirmation modal to all views.

This commit is contained in:
Brian McGonagill 2022-08-26 11:18:18 -05:00
parent 4d9d2acff6
commit 29ddc544e5
27 changed files with 117 additions and 127 deletions

View file

@ -48,7 +48,7 @@ Template.listsTbl.events({
console.log(" ERROR marking list complete! " + err);
showSnackbar("ERROR! List Not Makred Complete!", "red");
} else {
console.log(" SUCCESS marking list complete.");
// console.log(" SUCCESS marking list complete.");
showSnackbar("List Marked Complete!", "green");
}
});