Skip to content

Commit 1b71bb3

Browse files
ViseghohCopilot
andauthored
Update packages/editor/src/components/DataImport/helpers/applyAutoDetectedDateParseFormat.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f565f17 commit 1b71bb3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/editor/src/components/DataImport/helpers/applyAutoDetectedDateParseFormat.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ export const applyAutoDetectedDateParseFormat = (
3939
if (normalizedValue !== null && normalizedValue !== undefined && normalizedValue !== '') {
4040
dateDetectionSamples.push(value)
4141
}
42-
43-
if (dateDetectionSamples.length >= 50) {
44-
break
45-
}
4642
}
4743

4844
const detection = detectDateParseFormat(dateDetectionSamples)

0 commit comments

Comments
 (0)