diff --git a/src/components/cases/status-tab.tsx b/src/components/cases/status-tab.tsx index f0b7bfc..caf3707 100644 --- a/src/components/cases/status-tab.tsx +++ b/src/components/cases/status-tab.tsx @@ -67,8 +67,13 @@ export function CaseStatusTab({ caseId }: { caseId: string }) {
- - setForm({ ...form, title: e.target.value })} required maxLength={200} /> + + setForm({ ...form, title: e.target.value })} + required + />