Compare commits
No commits in common. "26a1b92bad3d9b4a6aec8ee3ad58fecfceab99ca" and "140cbd9439e72550801c8ad792c15aafc12fc455" have entirely different histories.
26a1b92bad
...
140cbd9439
@ -1851,7 +1851,7 @@ export default function StuffDetail() {
|
||||
})}
|
||||
{/* 라디오끝 */}
|
||||
<div className="input-wrap mr5" style={{ width: '545px' }}>
|
||||
<input type="text" className="input-light" maxLength={50} {...form.register('objectName')} />
|
||||
<input type="text" className="input-light" {...form.register('objectName')} />
|
||||
</div>
|
||||
<div className="select-wrap" style={{ width: '120px' }}>
|
||||
<Select
|
||||
@ -2444,7 +2444,7 @@ export default function StuffDetail() {
|
||||
})}
|
||||
{/* 상세라디오끝 */}
|
||||
<div className="input-wrap mr5" style={{ width: '545px' }}>
|
||||
<input type="text" className="input-light" maxLength={50} {...form.register('objectName')} />
|
||||
<input type="text" className="input-light" {...form.register('objectName')} />
|
||||
</div>
|
||||
<div className="select-wrap" style={{ width: '120px' }}>
|
||||
<Select
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user