mirror of
https://github.com/penpot/penpot.git
synced 2026-09-18 18:06:14 +00:00
Fix wrong class reference on forms events.
This commit is contained in:
parent
5624adcedf
commit
58444fd363
@ -24,7 +24,7 @@
|
|||||||
(defn assign-errors
|
(defn assign-errors
|
||||||
([type] (assign-errors type nil))
|
([type] (assign-errors type nil))
|
||||||
([type errors]
|
([type errors]
|
||||||
(FormErrors. type errors)))
|
(AssignErrors. type errors)))
|
||||||
|
|
||||||
;; --- Assign Field Value
|
;; --- Assign Field Value
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user