**Bug:** start_date was not being loaded into edit form or sent in update request **Fixed:** 1. handleEditGoal() - Added start_date to formData when editing 2. handleSaveGoal() - Added start_date to API payload for both create and update Now when editing a goal: - start_date field is populated with existing value - Changing start_date triggers backend to recalculate start_value - Update request includes start_date Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| Dockerfile | ||
| index.html | ||
| nginx.conf | ||
| package-lock.json | ||
| package.json | ||
| vite.config.js | ||