0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00

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