fixed setTimeout to setInterval

This commit is contained in:
Oscar Krause
2025-04-16 14:52:52 +02:00
parent 4b7f2156b4
commit 355b279dd3
+1 -1
View File
@@ -47,7 +47,7 @@
loadLeaseCnt()
// refresh every 5 seconds
setTimeout(() => {
setInterval(() => {
loadLOriginCnt()
loadLeaseCnt()
}, 5000);