mapping fields for case type
This commit is contained in:
@@ -26,7 +26,7 @@ import {
|
||||
import { useEffect } from "react";
|
||||
|
||||
import PaginationControl from "./pagination";
|
||||
import { getSearchDetailsPaged } from "../utils";
|
||||
import { getSearchDetailsPaged, getFormCollection } from "../utils";
|
||||
|
||||
const SearchResults = (props) => {
|
||||
const {
|
||||
@@ -104,6 +104,8 @@ const SearchResults = (props) => {
|
||||
"searchResultsObj",
|
||||
"incidentid":
|
||||
item.incidentid,
|
||||
"appealType":
|
||||
item.pinswg_appealcasetype,
|
||||
});
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user