Fix event naming: use lowercase 'change' per schema conventions

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-17 22:50:46 +00:00
parent c68d47c326
commit e5c0ef197e
2 changed files with 2 additions and 2 deletions

View File

@@ -221,7 +221,7 @@
"props": { "placeholder": "Search users by name or email..." },
"events": [
{
"event": "onChange",
"event": "change",
"actions": [
{
"id": "update-filter",

View File

@@ -188,7 +188,7 @@
},
"events": [
{
"event": "onChange",
"event": "change",
"actions": [
{
"id": "update-input",