Compare commits
No commits in common. "37aa91392aff963b661cb4015cc26a0c81eaa5b9" and "0ce737a558dba84b2db235786cda04a1167288f1" have entirely different histories.
37aa91392a
...
0ce737a558
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user