fixed dates.
This commit is contained in:
@@ -74,6 +74,7 @@
|
||||
(re-frame/reg-event-db
|
||||
::change-form
|
||||
(fn [db [_ location field value]]
|
||||
(println location field value)
|
||||
(if value
|
||||
(assoc-in db (into location field) value)
|
||||
(update-in db location dissoc field))))
|
||||
|
||||
Reference in New Issue
Block a user