Merge pull request 'refactor: 조사매물 현지조사일 input 타입 text로 변경' (#104) from hotfix into dev
Reviewed-on: #104
This commit is contained in:
commit
b976f75339
@ -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