Makes background jobs work again
This commit is contained in:
@@ -397,10 +397,9 @@
|
||||
:hx-target "this"}
|
||||
|
||||
[:form {:hx-ext "response-targets"
|
||||
:hx-swap "outerHTML swap:300ms"
|
||||
:hx-target-400 "#form-errors .error-content"
|
||||
:x-trap "true"
|
||||
:class "group/form w-full h-full"
|
||||
:class "w-full h-full"
|
||||
(if (:db/id entity)
|
||||
:hx-put
|
||||
:hx-post) (str (bidi/path-for ssr-routes/only-routes :admin-transaction-rule-edit-save))}
|
||||
@@ -556,7 +555,7 @@
|
||||
]]
|
||||
[:div
|
||||
(com/form-errors {:errors (:errors fc/*form-errors*)})
|
||||
(com/validated-save-button {:errors (:errors form-errors)} "Save rule")])])))
|
||||
(com/validated-save-button {:errors form-errors} "Save rule")])])))
|
||||
|
||||
|
||||
(defn new-account [{{:keys [client-id index]} :query-params}]
|
||||
|
||||
Reference in New Issue
Block a user