🐛 (results) Fix export all results defaulting to "today" time frame
This commit is contained in:
@@ -67,6 +67,7 @@ export const ExportAllResultsModal = ({ isOpen, onClose }: Props) => {
|
|||||||
typebotId,
|
typebotId,
|
||||||
limit: 100,
|
limit: 100,
|
||||||
cursor,
|
cursor,
|
||||||
|
timeFilter: 'allTime',
|
||||||
})
|
})
|
||||||
allResults.push(...results)
|
allResults.push(...results)
|
||||||
setExportProgressValue((allResults.length / totalResults) * 100)
|
setExportProgressValue((allResults.length / totalResults) * 100)
|
||||||
|
|||||||
Reference in New Issue
Block a user