Merge branch 'qcast-pub' into dev

This commit is contained in:
김민식 2025-02-27 14:13:38 +09:00
commit 890146db4c

View File

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