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 6a09759372aac829fed2209cbd602f5afb97de7e.
This commit is contained in:
@ -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>(
|
||||
|
||||
Reference in New Issue
Block a user