Merge branch 'main' into dev

This commit is contained in:
Charles
2021-11-19 09:00:00 -05:00

View File

@@ -68,7 +68,7 @@ const DeviceList = () => {
axiosInstance
.get(
`${endpoints.owgw}/api/v1/devices?deviceWithStatus=true&limit=${devicePerPage}&offset=${
devicePerPage * selectedPage + 1
devicePerPage * selectedPage
}`,
options,
)