From 70a3db9a64f16001513b7d8049afe06ad3e5f963 Mon Sep 17 00:00:00 2001 From: Bryce Date: Wed, 27 May 2026 21:57:11 -0700 Subject: [PATCH] fix: repair vendor-changed swap target and remove unused declare --- src/clj/auto_ap/ssr/transaction/edit.clj | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/clj/auto_ap/ssr/transaction/edit.clj b/src/clj/auto_ap/ssr/transaction/edit.clj index 2d494ef2..b6bcdbe1 100644 --- a/src/clj/auto_ap/ssr/transaction/edit.clj +++ b/src/clj/auto_ap/ssr/transaction/edit.clj @@ -249,8 +249,6 @@ :advanced :simple))) -(declare manual-coding-section*) - (defn transaction-account-row* [{:keys [value client-id amount-mode total]}] (com/data-grid-row (-> {:class "account-row" @@ -1443,8 +1441,9 @@ (assoc-in [:multi-form-state :step-params :transaction/accounts] [new-account]))) request)] (html-response - [:div#account-grid-body - (render-account-grid-body render-request)]))) + (fc/start-form (:multi-form-state render-request) nil + (fc/with-field :step-params + (manual-coding-section* :advanced render-request)))))) (def key->handler (apply-middleware-to-all-handlers