mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-25 11:04:07 +00:00
fetchdata useeffect is now only on pagination
This commit is contained in:
parent
6a84f91d67
commit
5b09efe096
1 changed files with 1 additions and 1 deletions
|
|
@ -515,7 +515,7 @@ const StreamsTable = ({}) => {
|
|||
*/
|
||||
useEffect(() => {
|
||||
fetchData();
|
||||
}, [fetchData]);
|
||||
}, [pagination]);
|
||||
|
||||
useEffect(() => {
|
||||
if (typeof window !== 'undefined') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue