diff --git a/src/routing/routes.rs b/src/routing/routes.rs index 41a1b3a..9de8a69 100644 --- a/src/routing/routes.rs +++ b/src/routing/routes.rs @@ -1086,7 +1086,7 @@ pub async fn trip_category_select( let mut headers = HeaderMap::new(); headers.insert::( htmx::ResponseHeaders::PushUrl.into(), - format!("?={category_id}").parse().unwrap(), + format!("?category={category_id}").parse().unwrap(), ); Ok((