standardized users.

This commit is contained in:
Bryce Covert
2020-08-04 08:19:00 -07:00
parent e49200e6dc
commit c7fd0aafc0
2 changed files with 67 additions and 60 deletions

View File

@@ -169,7 +169,8 @@
(.preventDefault e))
(when can-submit
(re-frame/dispatch-sync (vec (conj submit-event params)))))}
[:h1.title.is-2 title]
(when title
[:h1.title.is-2 title])
children]))
:raw-field (fn [control]
(let [{:keys [data]} @(re-frame/subscribe [::form id])]