TASK21988a: Phase 7 search SSR fix and service behaviour expansion

This commit is contained in:
2026-03-13 10:58:26 +00:00
parent 3abebc8093
commit e39c9203e3
2 changed files with 370 additions and 1 deletions
+1 -1
View File
@@ -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,