pagination and sorting for reminders.
This commit is contained in:
@@ -18,8 +18,9 @@
|
||||
|
||||
(defn dispatch-event [event]
|
||||
(fn [e]
|
||||
(.stopPropagation e)
|
||||
(.preventDefault e)
|
||||
(when (.-stopPropagation e)
|
||||
(.stopPropagation e)
|
||||
(.preventDefault e))
|
||||
(re-frame/dispatch event)))
|
||||
|
||||
(def pretty-long (format/formatter "MM/dd/yyyy HH:mm:ss"))
|
||||
@@ -33,8 +34,6 @@
|
||||
(when d
|
||||
(format/unparse pretty-long d)))
|
||||
|
||||
|
||||
|
||||
(defmulti do-bind (fn [_ {:keys [type]}]
|
||||
type))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user