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