TASK21988a: Phase 7 search SSR fix and service behaviour expansion
This commit is contained in:
@@ -160,7 +160,7 @@ export const getServerSideProps = wrapper.getServerSideProps(
|
||||
// store.dispatch(setSearch(query.q));
|
||||
// }
|
||||
|
||||
store.dispatch(setSearch(query.q));
|
||||
store.dispatch(setSearch(query?.q || ""));
|
||||
return {
|
||||
props: {
|
||||
isLinkedCase: isLinked,
|
||||
|
||||
Reference in New Issue
Block a user