- Removed .default('deep') from Zod schema to fix type inference
- The field is now purely required with no optional inference
- The default value is provided by useForm's defaultValues
- This cleanly separates schema validation from form defaults
|
||
|---|---|---|
| .. | ||
| AnalysisForm.tsx | ||
| AnalystReport.tsx | ||
| DownloadReports.tsx | ||
| PriceChart.tsx | ||
| ReportChat.tsx | ||
| TradingDecision.tsx | ||