We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea73d6 commit a919c06Copy full SHA for a919c06
packages/twenty-front/src/modules/ui/input/components/internal/date/utils/parseDateToString.ts
@@ -15,10 +15,6 @@ export const parseDateToString = ({
15
userTimezone,
16
dateFormat = DateFormat.MONTH_FIRST,
17
}: ParseDateToStringArgs) => {
18
- if (!date) {
19
- return '';
20
- }
21
-
22
const parsingFormat = getDateFormatString(dateFormat, isDateTimeInput);
23
24
const dateParsed = DateTime.fromJSDate(date, { zone: userTimezone });
0 commit comments