diff --git a/src/clj/auto_ap/ssr/transaction/edit.clj b/src/clj/auto_ap/ssr/transaction/edit.clj index 5e5d0ff3..61221cde 100644 --- a/src/clj/auto_ap/ssr/transaction/edit.clj +++ b/src/clj/auto_ap/ssr/transaction/edit.clj @@ -241,7 +241,7 @@ :value total}))]])) [:div.mt-1 [:a.text-sm.text-blue-600.hover:underline.cursor-pointer - {:hx-get (bidi/path-for ssr-routes/only-routes ::route/edit-wizard-toggle-mode) + {:hx-post (bidi/path-for ssr-routes/only-routes ::route/edit-wizard-toggle-mode) :hx-include "closest form" :hx-target "#manual-coding-section" :hx-swap "outerHTML"} @@ -534,7 +534,7 @@ (when (<= row-count 1) [:div.mb-2 [:a.text-sm.text-blue-600.hover:underline.cursor-pointer - {:hx-get (bidi/path-for ssr-routes/only-routes ::route/edit-wizard-toggle-mode) + {:hx-post (bidi/path-for ssr-routes/only-routes ::route/edit-wizard-toggle-mode) :hx-include "closest form" :hx-target "#manual-coding-section" :hx-swap "outerHTML"}