added in double quotes for single in query

This commit is contained in:
2024-03-07 09:45:50 +00:00
parent 25d611b3e4
commit f434fcf4f8
10 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -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)
? [{}]