Compare commits
No commits in common. "b976f753397f56ed5b2b37eae5e786583cf1deff" and "5b16ac47b56e5ad8ed13f7b3ac87c32d25d4d695" have entirely different histories.
b976f75339
...
5b16ac47b5
@ -90,7 +90,7 @@ export default function BasicForm({ basicInfo, setBasicInfo, mode, session }: Ba
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<input type="text" className="input-frame" disabled defaultValue={basicInfo?.investigationDate?.toString()} />
|
<input type="date" 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