can import from excel now.

This commit is contained in:
Bryce Covert
2018-05-03 15:23:10 -07:00
parent 65e65302bf
commit ea1e43d981
9 changed files with 192 additions and 5 deletions

View File

@@ -34,7 +34,7 @@
(when d
(format/unparse pretty-long d)))
(defmulti do-bind (fn [_ {:keys [type]}]
(defmulti do-bind (fn [a {:keys [type] :as x}]
type))
(defmethod do-bind "select" [dom {:keys [field subscription event class value spec] :as keys} & rest]