Increase spreadsheet import limit (#2539)

* Initialize web application via create-cloudflare CLI

Details:
  C3 = create-cloudflare@2.6.2
  project name = twenty-blog
  framework = next
  framework cli = create-next-app@13.4.19
  package manager = npm@9.5.0
  wrangler = wrangler@3.15.0
  git = 2.39.2 (Apple Git-143)

* Increase CSV Import limit

* Revert "Initialize web application via create-cloudflare CLI"

This reverts commit 6a09759372.
This commit is contained in:
Félix Malfait 2023-11-16 15:27:53 +01:00 committed by GitHub
parent 4acb7f41e1
commit b1b6bbe7d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ export const defaultSpreadsheetImportProps: Partial<SpreadsheetOptions<any>> = {
dateFormat: 'yyyy-mm-dd', // ISO 8601,
parseRaw: true,
selectHeader: false,
maxRecords: 200,
maxRecords: 2000,
} as const;
export const SpreadsheetImport = <T extends string>(