mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-18 16:07:10 +00:00
Remove comment
This commit is contained in:
parent
f340543625
commit
e34407539a
@ -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([]);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user