From 583820622a4a3cfbbfa9d28d026477d315c690aa Mon Sep 17 00:00:00 2001 From: Mike Date: Thu, 11 Jun 2020 10:07:48 +1000 Subject: [PATCH] Fix --- demo-projects/todo/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/demo-projects/todo/index.js b/demo-projects/todo/index.js index e024ff4677f..f3a7fc1db3e 100644 --- a/demo-projects/todo/index.js +++ b/demo-projects/todo/index.js @@ -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' }, }, });