mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +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
|
||||
([type] (assign-errors type nil))
|
||||
([type errors]
|
||||
(FormErrors. type errors)))
|
||||
(AssignErrors. type errors)))
|
||||
|
||||
;; --- Assign Field Value
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user