AutonetSellCar Deploy a65c4bbfcf fix: Margin input not saving - change onChange to onBlur
The margin input was making API calls on every keystroke, causing race
conditions and making it difficult to edit values (especially to 0).

Changed to:
- Use defaultValue + key pattern for uncontrolled input
- Save only onBlur (when user clicks away)
- Only call API if value actually changed

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 22:31:15 +09:00
Description
No description provided
100 MiB
Languages
TypeScript 65.1%
Python 31.4%
HTML 1.8%
Shell 1.4%
JavaScript 0.2%
Other 0.1%