Compare commits
2 Commits
0ce737a558
...
37aa91392a
| Author | SHA1 | Date | |
|---|---|---|---|
| 37aa91392a | |||
| df985859e7 |
@ -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