fix: repair vendor-changed swap target and remove unused declare
This commit is contained in:
@@ -249,8 +249,6 @@
|
|||||||
:advanced
|
:advanced
|
||||||
:simple)))
|
:simple)))
|
||||||
|
|
||||||
(declare manual-coding-section*)
|
|
||||||
|
|
||||||
(defn transaction-account-row* [{:keys [value client-id amount-mode total]}]
|
(defn transaction-account-row* [{:keys [value client-id amount-mode total]}]
|
||||||
(com/data-grid-row
|
(com/data-grid-row
|
||||||
(-> {:class "account-row"
|
(-> {:class "account-row"
|
||||||
@@ -1443,8 +1441,9 @@
|
|||||||
(assoc-in [:multi-form-state :step-params :transaction/accounts] [new-account])))
|
(assoc-in [:multi-form-state :step-params :transaction/accounts] [new-account])))
|
||||||
request)]
|
request)]
|
||||||
(html-response
|
(html-response
|
||||||
[:div#account-grid-body
|
(fc/start-form (:multi-form-state render-request) nil
|
||||||
(render-account-grid-body render-request)])))
|
(fc/with-field :step-params
|
||||||
|
(manual-coding-section* :advanced render-request))))))
|
||||||
|
|
||||||
(def key->handler
|
(def key->handler
|
||||||
(apply-middleware-to-all-handlers
|
(apply-middleware-to-all-handlers
|
||||||
|
|||||||
Reference in New Issue
Block a user