mirror of https://github.com/penpot/penpot.git
🐛 Fix incorrect event name on event constructor
This commit is contained in:
parent
1f05511add
commit
9e573128c1
|
|
@ -245,4 +245,4 @@
|
|||
|
||||
(defn event
|
||||
[props]
|
||||
(ptk/data-event ::events props))
|
||||
(ptk/data-event ::event props))
|
||||
|
|
|
|||
Loading…
Reference in New Issue