diff --git a/packages/opub-ui/src/components/DateField/DateField.tsx b/packages/opub-ui/src/components/DateField/DateField.tsx index 6b91570c..acfc46a8 100644 --- a/packages/opub-ui/src/components/DateField/DateField.tsx +++ b/packages/opub-ui/src/components/DateField/DateField.tsx @@ -61,7 +61,6 @@ const DateField = (props: any) => { ...others, locale, createCalendar, - // granularity: 'month', }) let { labelProps, fieldProps } = useDateField(others, state, ref)