🐛 Fix incorrect event name on event constructor

This commit is contained in:
Andrey Antukh
2025-07-21 11:40:31 +02:00
parent 1f05511add
commit 9e573128c1
+1 -1
View File
@@ -245,4 +245,4 @@
(defn event
[props]
(ptk/data-event ::events props))
(ptk/data-event ::event props))