mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Added a delete confirmation modal to all views.
This commit is contained in:
parent
4d9d2acff6
commit
29ddc544e5
27 changed files with 117 additions and 127 deletions
|
|
@ -61,7 +61,7 @@ Meteor.publish("myLists", function() {
|
|||
|
||||
Meteor.publish("myListItems", function(listId) {
|
||||
try {
|
||||
console.log("List Id is: " + listId);
|
||||
// console.log("List Id is: " + listId);
|
||||
return ListItems.find({ listId: listId });
|
||||
} catch (error) {
|
||||
console.log(" ERROR pulling list items for this list: " + error);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue