Resets selected on page change, adds account number to drop downs and makes missing emails less noisy

This commit is contained in:
2024-08-22 21:14:43 -07:00
parent 2d6985f5ca
commit d9bd09a9cc
4 changed files with 10 additions and 6 deletions

View File

@@ -261,8 +261,7 @@
(defn client-override* [override]
(com/data-grid-row (-> {:x-ref "p"
:data-key "show"
:x-data (hx/json {:show (boolean (doto (not (fc/field-value (:new? override)))
println))})}
:x-data (hx/json {:show (boolean (not (fc/field-value (:new? override))))})}
hx/alpine-mount-then-appear)
(fc/with-field :db/id
(com/hidden {:name (fc/field-name)