mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 13:44:54 +00:00
Fix event naming: use lowercase 'change' per schema conventions
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
@@ -221,7 +221,7 @@
|
||||
"props": { "placeholder": "Search users by name or email..." },
|
||||
"events": [
|
||||
{
|
||||
"event": "onChange",
|
||||
"event": "change",
|
||||
"actions": [
|
||||
{
|
||||
"id": "update-filter",
|
||||
|
||||
@@ -188,7 +188,7 @@
|
||||
},
|
||||
"events": [
|
||||
{
|
||||
"event": "onChange",
|
||||
"event": "change",
|
||||
"actions": [
|
||||
{
|
||||
"id": "update-input",
|
||||
|
||||
Reference in New Issue
Block a user