pass showlogincheck prop
This commit is contained in:
@@ -4,8 +4,14 @@ import CRMError from "./crmError";
|
|||||||
import DNSSearchResults from "./search/dnssearchresults";
|
import DNSSearchResults from "./search/dnssearchresults";
|
||||||
|
|
||||||
export default function Search(props) {
|
export default function Search(props) {
|
||||||
const { searchString, searchResultsObj, myportal, watchedCases, showMap } =
|
const {
|
||||||
props;
|
searchString,
|
||||||
|
searchResultsObj,
|
||||||
|
myportal,
|
||||||
|
watchedCases,
|
||||||
|
showMap,
|
||||||
|
showLoginCheck,
|
||||||
|
} = props;
|
||||||
let { t } = useTranslation();
|
let { t } = useTranslation();
|
||||||
|
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
@@ -41,6 +47,7 @@ export default function Search(props) {
|
|||||||
myportal={myportal}
|
myportal={myportal}
|
||||||
watchedCases={watchedCases}
|
watchedCases={watchedCases}
|
||||||
showMap={showMap}
|
showMap={showMap}
|
||||||
|
showLoginCheck={showLoginCheck}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user