mirror of
https://github.com/gosticks/react-table.git
synced 2026-08-12 04:50:20 +00:00
Fix typo in docs - removes a meaningless word (#1832)
This commit is contained in:
committed by
Tanner Linsley
parent
59c4558dc8
commit
017ad2884e
+1
-1
@@ -40,7 +40,7 @@ function Table({ data, onFetchData }) {
|
||||
data,
|
||||
})
|
||||
|
||||
// When the these table states change, fetch new data!
|
||||
// When these table states change, fetch new data!
|
||||
React.useEffect(() => {
|
||||
onFetchData({ pageIndex, pageSize, sortBy, filters })
|
||||
}, [fetchData, pageIndex, pageSize, sortBy, filters])
|
||||
|
||||
Reference in New Issue
Block a user