Fix typo in monitor details page

This commit is contained in:
Alex Holliday
2024-09-24 13:58:39 +08:00
parent 283e38311f
commit 7398ce219f

View File

@@ -42,7 +42,7 @@ const PaginationTable = ({ monitorId, dateRange }) => {
try {
const res = await networkService.getChecksByMonitor({
authToken: authToken,
monitoirId: monitorId,
monitorId: monitorId,
sortOrder: "desc",
limit: null,
dateRange: dateRange,