mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Updated log table rendering.
This commit is contained in:
parent
b682e41aff
commit
8e0ea48c87
26 changed files with 221 additions and 37 deletions
|
|
@ -40,7 +40,6 @@ export default function useFetch(url, params = {}, options = {}) {
|
|||
}
|
||||
|
||||
useEffect(() => {
|
||||
console.log('effect', params);
|
||||
if (url && !disabled) {
|
||||
if (!data) {
|
||||
setTimeout(() => loadData(), delay);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue