mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2026-03-22 12:35:49 +05:30
feat: added clear, copy log buttons and pagination in completed downloads
This commit is contained in:
@@ -309,7 +309,7 @@ export default function App({ children }: { children: React.ReactNode }) {
|
||||
|
||||
useEffect(() => {
|
||||
if (isSuccessFetchingDownloadStates && downloadStates) {
|
||||
console.log("Download States fetched successfully:", downloadStates);
|
||||
// console.log("Download States fetched successfully:", downloadStates);
|
||||
setDownloadStates(downloadStates);
|
||||
}
|
||||
}, [downloadStates, isSuccessFetchingDownloadStates, setDownloadStates]);
|
||||
|
||||
Reference in New Issue
Block a user