Compare commits

..

No commits in common. "df985859e77943de2208eb68ac14ee976223ef69" and "897a2b668afb3e017e77b05f4393d1e3ad603391" have entirely different histories.

View File

@ -96,7 +96,7 @@ export default function BasicForm({ basicInfo, setBasicInfo, mode, session }: Ba
id="investigationDate"
type="date"
className="date-frame"
value={basicInfo?.investigationDate?.toString() ?? ''}
value={basicInfo?.investigationDate?.toString()}
onChange={(e) => setBasicInfo({ ...basicInfo, investigationDate: e.target.value })}
/>
</div>