standardized user form

This commit is contained in:
Bryce Covert
2020-08-04 07:42:45 -07:00
parent 79e9e3e1b0
commit 022a8ae10a
2 changed files with 60 additions and 146 deletions

View File

@@ -307,7 +307,6 @@
])
(into
[:div.field-body]
(with-keys (map (fn [x] [:div.field x]) controls)))])
@@ -317,8 +316,6 @@
(def date-picker
(do
(reagent/adapt-react-class (aget js/DatePicker "default"))))