refactor: 조사매물 현지조사일 input 타입 text로 변경
This commit is contained in:
parent
5b16ac47b5
commit
78a6c6cfcf
@ -90,7 +90,7 @@ export default function BasicForm({ basicInfo, setBasicInfo, mode, session }: Ba
|
||||
/>
|
||||
</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 className="data-input-form-bx">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user