patch messages in thread (#12191)
closes https://github.com/twentyhq/twenty/issues/12190
This commit is contained in:
1
packages/twenty-shared/src/constants/QueryMaxRecords.ts
Normal file
1
packages/twenty-shared/src/constants/QueryMaxRecords.ts
Normal file
@ -0,0 +1 @@
|
||||
export const QUERY_MAX_RECORDS = 60;
|
||||
@ -10,6 +10,7 @@
|
||||
export { FIELD_FOR_TOTAL_COUNT_AGGREGATE_OPERATION } from './FieldForTotalCountAggregateOperation';
|
||||
export { FIELD_RESTRICTED_ADDITIONAL_PERMISSIONS_REQUIRED } from './FieldRestrictedAdditionalPermissionsRequired';
|
||||
export { PermissionsOnAllObjectRecords } from './PermissionsOnAllObjectRecords';
|
||||
export { QUERY_MAX_RECORDS } from './QueryMaxRecords';
|
||||
export { STANDARD_OBJECT_RECORDS_UNDER_OBJECT_RECORDS_PERMISSIONS } from './StandardObjectRecordsUnderObjectRecordsPermissions';
|
||||
export { TWENTY_COMPANIES_BASE_URL } from './TwentyCompaniesBaseUrl';
|
||||
export { TWENTY_ICONS_BASE_URL } from './TwentyIconsBaseUrl';
|
||||
|
||||
Reference in New Issue
Block a user