2
0

🐛 (results) Fix export all results defaulting to "today" time frame

This commit is contained in:
Baptiste Arnaud
2024-02-08 10:02:10 +01:00
parent 26be94de37
commit 396ca5bbdc

View File

@ -67,6 +67,7 @@ export const ExportAllResultsModal = ({ isOpen, onClose }: Props) => {
typebotId,
limit: 100,
cursor,
timeFilter: 'allTime',
})
allResults.push(...results)
setExportProgressValue((allResults.length / totalResults) * 100)