Live query UI: Fix export bug (#6659)

This commit is contained in:
RachelElysia 2022-07-14 12:21:26 -04:00 committed by GitHub
parent 7741e1c818
commit fb32520866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
* Fix exporting live query results

View File

@ -230,7 +230,7 @@ const DataTable = ({
useEffect(() => {
setExportRows && setExportRows(rows);
}, [tableState.filters]);
}, [tableState.filters, rows.length]);
// Listen for changes to filters if clientSideFilter is enabled