diff --git a/verification/curator-service/ui/src/components/App/index.tsx b/verification/curator-service/ui/src/components/App/index.tsx index 6c3f3b54a..dd1eecaab 100644 --- a/verification/curator-service/ui/src/components/App/index.tsx +++ b/verification/curator-service/ui/src/components/App/index.tsx @@ -380,6 +380,7 @@ export default function App(): JSX.Element { ) return; + dispatch(setSearchQuery(decodeURIComponent(location.search))); // Save searchQuery to local storage not to lost it when user goes through auth process localStorage.setItem('searchQuery', location.search);