Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MadeByMike committed Jun 11, 2020
1 parent b693b2f commit 4585a46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demo-projects/todo/index.js
Expand Up @@ -14,7 +14,6 @@ keystone.createList('Todo', {
schemaDoc: 'A list of things which need to be done',
fields: {
name: { type: Text, schemaDoc: 'This is the thing you need to do', isRequired: true },
day: { type: CalendarDay, dateTo: '2000-01-01', dateFrom: '2000-01-01' },
},
});

Expand Down

0 comments on commit 4585a46

Please sign in to comment.