client side warnings removed

This commit is contained in:
2025-01-13 17:04:47 +00:00
parent 463d03f798
commit c0f59a9645
4 changed files with 1 additions and 7 deletions
+1 -4
View File
@@ -306,10 +306,7 @@ let AdvancedSearch = (props) => {
(router.locale == "cy"
? "/fymhorth/canlyniadauchwiliouwch"
: "/myportal/advancedsearchresults") + searchString,
null,
{
shallow: true,
}
null
);
};