Fix wrong class reference on forms events.

This commit is contained in:
Andrey Antukh 2016-04-12 22:23:49 +03:00
parent 5624adcedf
commit 58444fd363
No known key found for this signature in database
GPG Key ID: 4DFEBCB8316A8B95

View File

@ -24,7 +24,7 @@
(defn assign-errors
([type] (assign-errors type nil))
([type errors]
(FormErrors. type errors)))
(AssignErrors. type errors)))
;; --- Assign Field Value