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:
parent
5624adcedf
commit
58444fd363
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
(defn assign-errors
|
||||
([type] (assign-errors type nil))
|
||||
([type errors]
|
||||
(FormErrors. type errors)))
|
||||
(AssignErrors. type errors)))
|
||||
|
||||
;; --- Assign Field Value
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue