TradingAgents/frontend/components/analysis
MarkLo127 271175bb4d Fix: Resolve TypeScript error with analysis_mode field in AnalysisForm
- Changed analysis_mode schema from .default() to .optional().default()
- This fixes the type mismatch error in the resolver with zodResolver
- Allows the form to properly infer the field as optional with a default value
2026-03-12 21:54:34 +08:00
..
AnalysisForm.tsx Fix: Resolve TypeScript error with analysis_mode field in AnalysisForm 2026-03-12 21:54:34 +08:00
AnalystReport.tsx 2026-03-10 17:58:38 +08:00
DownloadReports.tsx 2025-12-24 04:49:04 +08:00
PriceChart.tsx 2025-12-28 01:22:45 +08:00
ReportChat.tsx 2026-03-11 15:32:10 +08:00
TradingDecision.tsx 2025-12-02 23:03:41 +08:00