fixed setTimeout to setInterval

This commit is contained in:
Oscar Krause 2024-03-04 09:52:56 +01:00
parent d5e14c8e2e
commit e5ad0d0516

View File

@ -47,7 +47,7 @@
loadLeaseCnt()
// refresh every 5 seconds
setTimeout(() => {
setInterval(() => {
loadLOriginCnt()
loadLeaseCnt()
}, 5000);