Compare commits
2 Commits
897a2b668a
...
df985859e7
| Author | SHA1 | Date | |
|---|---|---|---|
| df985859e7 | |||
| 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