@@ -7,6 +7,7 @@ Checklists.attachSchema(new SimpleSchema({
title: {
type: String,
defaultValue: 'Checklist',
+ optional: true,
},
finishedAt: {
type: Date,