mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-20 16:39:07 -05:00
format
This commit is contained in:
Generated
+1
-1
@@ -6203,4 +6203,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,9 +22,10 @@ const MaintenanceWindowPage = () => {
|
||||
(state: RootState) => state?.ui?.maintenance?.rowsPerPage ?? 5
|
||||
);
|
||||
|
||||
const { data, isLoading, isValidating, error, refetch } = useGet<MaintenanceWindowsResponse>(
|
||||
`/maintenance-window/team?page=${page}&rowsPerPage=${rowsPerPage}`
|
||||
);
|
||||
const { data, isLoading, isValidating, error, refetch } =
|
||||
useGet<MaintenanceWindowsResponse>(
|
||||
`/maintenance-window/team?page=${page}&rowsPerPage=${rowsPerPage}`
|
||||
);
|
||||
|
||||
const maintenanceWindows = data?.maintenanceWindows ?? [];
|
||||
const maintenanceWindowCount = data?.maintenanceWindowCount ?? 0;
|
||||
|
||||
Reference in New Issue
Block a user