fix refresher sv5 logic

This commit is contained in:
Christoph Kluge
2025-06-02 14:20:32 +02:00
parent 703556d893
commit 42c4926c47
4 changed files with 9 additions and 9 deletions

View File

@@ -342,7 +342,7 @@
<Col class="mt-2 mt-md-0">
<Refresher
initially={120}
on:refresh={() => {
onRefresh={() => {
from = new Date(Date.now() - 5 * 60 * 1000);
to = new Date(Date.now());
}}