From 0ecb5c9516cfb210021824c0ee41b6d1528148d5 Mon Sep 17 00:00:00 2001 From: Bryce Date: Mon, 14 Aug 2023 10:17:18 -0700 Subject: [PATCH] Makes client change not go to the wrong page --- src/clj/auto_ap/ssr/transaction/insights.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/auto_ap/ssr/transaction/insights.clj b/src/clj/auto_ap/ssr/transaction/insights.clj index 729cf6fa..73b275a9 100644 --- a/src/clj/auto_ap/ssr/transaction/insights.clj +++ b/src/clj/auto_ap/ssr/transaction/insights.clj @@ -291,7 +291,7 @@ :active-client (:client (:session request)) :identity (:identity request) :app-params {:hx-get (bidi/path-for ssr-routes/only-routes - :admin-history) + :transaction-insights) :hx-trigger "clientSelected from:body" :hx-select "#app-contents" :hx-swap "outerHTML swap:300ms"}}