Updated log table rendering.
This commit is contained in:
@@ -40,7 +40,6 @@ export default function useFetch(url, params = {}, options = {}) {
|
||||
}
|
||||
|
||||
useEffect(() => {
|
||||
console.log('effect', params);
|
||||
if (url && !disabled) {
|
||||
if (!data) {
|
||||
setTimeout(() => loadData(), delay);
|
||||
|
||||
Reference in New Issue
Block a user