it's now possible to link across each entity type
This commit is contained in:
@@ -71,6 +71,10 @@
|
||||
(.preventDefault e))
|
||||
(re-frame/dispatch-sync event)))
|
||||
|
||||
(defn dispatch-event-with-propagation [event]
|
||||
(fn [e]
|
||||
(re-frame/dispatch-sync event)))
|
||||
|
||||
(def pretty-long (format/formatter "MM/dd/yyyy HH:mm:ss"))
|
||||
(def pretty (format/formatter "MM/dd/yyyy"))
|
||||
(def standard (format/formatter "yyyy-MM-dd"))
|
||||
|
||||
Reference in New Issue
Block a user