지붕재 변경 퍼블 수정

This commit is contained in:
김민식 2025-02-27 14:13:19 +09:00
parent 3c7c28d72c
commit 30902a03f8

View File

@ -62,7 +62,7 @@ export default function ContextRoofAllocationSetting(props) {
<div className="right-bar modal-handle"></div>
<div className="properties-guide">{getMessage('modal.roof.alloc.info')}</div>
<div className="allocation-select-wrap">
<span>{getMessage('modal.roof.alloc.select.roof.material')}</span>
{/* <span>{getMessage('modal.roof.alloc.select.roof.material')}</span>
<div className="grid-select">
<QSelectBox
options={roofMaterials.map((roof) => {
@ -77,7 +77,7 @@ export default function ContextRoofAllocationSetting(props) {
sourceKey={'roofMatlCd'}
targetKey={'roofMatlCd'}
/>
</div>
</div> */}
<button
className="allocation-edit"
onClick={() => {