mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-10 19:59:39 -06:00
Fix typo in monitor details page
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user