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:
Biswas Rai
2025-08-05 03:18:00 +05:45
committed by GitHub
parent d3fc1cd837
commit 2a0c73d276
2 changed files with 56 additions and 4 deletions
@@ -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,