Files
sp/apps
Semih 931bcda35d fix(sase): search form not submitting — React form action → onSubmit
Both the VIN list and the user list used the React 19 server-action-
style <form action={fn}> pattern with a client function. In production
that didn't actually navigate — form submitted with no URL change, the
table stayed unfiltered.

Switch to plain onSubmit + controlled input (useState for the query
text). Clears now also resets the input value, not just the URL.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-19 08:14:37 +03:00
..