Remove comment

This commit is contained in:
headlessdev 2025-04-15 13:59:02 +02:00
parent f340543625
commit e34407539a

View File

@ -81,7 +81,7 @@ export default function Uptime() {
timespan: selectedTimespan timespan: selectedTimespan
}); });
setData(response.data); setData(response.data);
setCurrentPage(1); // Reset page when timespan changes setCurrentPage(1);
} catch (error) { } catch (error) {
console.error("Error:", error); console.error("Error:", error);
setData([]); setData([]);