can import from excel now.
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user