Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-17 00:55:04 +00:00
co-authored by renee-png
parent 952009ceff
commit 4cda23452b
+7 -2
View File
@@ -67,8 +67,13 @@ export function CaseStatusTab({ caseId }: { caseId: string }) {
<CardContent className="p-4">
<form onSubmit={submit} className="space-y-3">
<div className="space-y-1.5">
<Label>Title</Label>
<Input value={form.title} onChange={(e) => setForm({ ...form, title: e.target.value })} required maxLength={200} />
<Label>Date & time</Label>
<Input
type="datetime-local"
value={form.title}
onChange={(e) => setForm({ ...form, title: e.target.value })}
required
/>
</div>
<div className="space-y-1.5">
<Label>Details</Label>