Remove manual support triage fields#3037
Conversation
Greptile SummaryThis PR removes the manual category, topic, and severity controls from the support wizard, delegating triage entirely to the backend. The store shape is simplified by dropping
Confidence Score: 5/5Safe to merge — the change removes UI-only fields and does not alter the core submission flow in any breaking way. The diff is a straightforward deletion of category/topic fields with no new logic introduced. Null coalescing guards are in place for the nullable fields before they reach FormData, and the required form validation prevents empty submissions. No data is dropped that the backend depended on (it now owns triage), and the cleanup is symmetric across the store type, component state, and submit handler. No files require special attention. Important Files Changed
Reviews (3): Last reviewed commit: "Merge origin/main into simplify-support-..." | Re-trigger Greptile |
Summary
Testing