refactor: 조사매물 메모 placeholder 제거
This commit is contained in:
parent
45a4295cf6
commit
d63cc4709a
@ -492,7 +492,6 @@ export default function RoofForm(props: {
|
||||
className="textarea-form"
|
||||
name="memo"
|
||||
id="memo"
|
||||
placeholder="TextArea Filed"
|
||||
value={roofInfo?.memo ?? ''}
|
||||
disabled={mode === 'READ'}
|
||||
onChange={(e) => setRoofInfo({ ...roofInfo, memo: e.target.value })}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user