Compare commits
2 Commits
5b16ac47b5
...
b976f75339
| Author | SHA1 | Date | |
|---|---|---|---|
| b976f75339 | |||
| 78a6c6cfcf |
@ -90,7 +90,7 @@ export default function BasicForm({ basicInfo, setBasicInfo, mode, session }: Ba
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<input type="date" className="input-frame" disabled defaultValue={basicInfo?.investigationDate?.toString()} />
|
<input type="text" className="input-frame" disabled defaultValue={basicInfo?.investigationDate?.toString()} />
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div className="data-input-form-bx">
|
<div className="data-input-form-bx">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user