Add snackbar on CSV exports (#13608)
#13516 Add the snackbar on CSV exports https://github.com/user-attachments/assets/d8288351-66f1-4175-814e-ecf0f5b57274 --------- Co-authored-by: Félix Malfait <felix@twenty.com>
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ type UseExportTableDataOptions = Omit<UseRecordDataOptions, 'callback'> & {
|
||||
export const useRecordIndexExportRecords = ({
|
||||
delayMs,
|
||||
filename,
|
||||
maximumRequests = 100,
|
||||
maximumRequests = 1000,
|
||||
objectMetadataItem,
|
||||
pageSize = EXPORT_TABLE_DATA_DEFAULT_PAGE_SIZE,
|
||||
recordIndexId,
|
||||
|
||||
Reference in New Issue
Block a user