@@ -228,6 +228,8 @@ const DNSSearchResults = (props) => {
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const pagesCount = Math.ceil(searchResultsObj["@odata.count"] / 10);
|
||||||
|
|
||||||
let currentPage = 0;
|
let currentPage = 0;
|
||||||
|
|
||||||
currentPage = decodeURI(searchResultsObj["@odata.nextLink"]).split(
|
currentPage = decodeURI(searchResultsObj["@odata.nextLink"]).split(
|
||||||
|
|||||||
Reference in New Issue
Block a user