Compare commits

...

1 Commits

Author SHA1 Message Date
Greg Johnston
33ab594323 fix: include query string in new navigation if an <ActionForm/> response redirects 2023-03-22 13:49:28 -04:00

View File

@@ -120,7 +120,10 @@ where
Ok(url) => {
request_animation_frame(move || {
if let Err(e) = navigate(
&url.pathname,
&format!(
"{}?{}",
url.pathname, url.search
),
Default::default(),
) {
warn!("{}", e);