part 2 ph2 update

This commit is contained in:
2025-11-28 13:27:52 +00:00
parent ab1df81745
commit 1f933b6d17
8 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -381,7 +381,7 @@ const DNSSearchResults = (props) => {
resultsArr.map((item, key) => {
let detailsObj = jsonpath({
path:
'$..value[?(@ && @.ticketnumber=="' +
'$..[?(@ && @.ticketnumber=="' +
item.ticketnumber +
'")]',
json: searchDetailsObj,