Merged PR 450: added login soon box and updated translations

added login soon box and updated translations

Related work items: #6208
This commit is contained in:
Robert Bond
2021-09-20 12:33:32 +00:00
18 changed files with 478 additions and 96 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export default function SearchCases() {
// /searchresults
router.push({
pathname: "/searchresults",
pathname: "/myportal/searchresults",
query: { q: query },
});
}