added in double quotes for single in query
This commit is contained in:
@@ -25,7 +25,7 @@ let AdvancedSearch = (props) => {
|
||||
|
||||
const { LPAData, onSubmit, handleSubmit } = props;
|
||||
|
||||
console.log("props here:", props.props);
|
||||
//console.log("props here:", props.props);
|
||||
|
||||
const appealOptionsObj = _.isEmpty(props)
|
||||
? [{}]
|
||||
|
||||
@@ -68,7 +68,8 @@ let CompleteAppeal = (props) => {
|
||||
);
|
||||
|
||||
console.log("patching////////");
|
||||
patchCase(incidentId);
|
||||
//
|
||||
//patchCase(incidentId);
|
||||
}, [
|
||||
props.appealType.caseReference,
|
||||
props.props.form.appealForm.values,
|
||||
|
||||
@@ -10,7 +10,7 @@ export default function Search(props) {
|
||||
|
||||
const router = useRouter();
|
||||
const { locale } = router;
|
||||
console.log("props here:", props.myportal || false);
|
||||
//console.log("props here:", props.myportal || false);
|
||||
|
||||
return (
|
||||
<main
|
||||
|
||||
@@ -749,8 +749,7 @@ const SearchResults = (props) => {
|
||||
getSearchPageResults(1, orderByState, fieldSortState);
|
||||
setLoginToWatch(false);
|
||||
} else {
|
||||
console.log("or am in here");
|
||||
|
||||
//console.log("or am in here");
|
||||
setLoginToWatch(false);
|
||||
}
|
||||
}, [
|
||||
|
||||
Reference in New Issue
Block a user