mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
Live query UI: Fix export bug (#6659)
This commit is contained in:
parent
7741e1c818
commit
fb32520866
1
changes/bug-6658-export-live-query-results
Normal file
1
changes/bug-6658-export-live-query-results
Normal file
@ -0,0 +1 @@
|
||||
* Fix exporting live query results
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user