Fix activity message for list deletion

This commit is contained in:
Béranger Campardou 2017-01-20 11:09:34 +01:00
parent 1169c0d7dc
commit 23cb98bb82
5 changed files with 17 additions and 1 deletions

View file

@ -64,5 +64,6 @@ Template.listActionPopup.events({
const currentList = this;
evt.preventDefault();
Lists.remove(currentList._id);
Popup.close();
},
});