퍼블 업뎃

thkim
Lim\jun 2024-07-03 11:44:10 +09:00
parent 6d8b1c9f7b
commit fcfaf300cc
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ const CustomModal = ({ show, handleClose, modalContent }) => {
{/* <Col xs={11} className="text-start">파일명</Col>*/} {/* <Col xs={11} className="text-start">파일명</Col>*/}
{/*</Row>*/} {/*</Row>*/}
</Modal.Body> </Modal.Body>
<Modal.Footer className={"h_30 py-1 mb-1"}> <Modal.Footer className={"h_30 py-1 mb-1 bg-fa"}>
<input type="checkbox" checked={dontShowAgain} onChange={handleCheckboxChange} id={`MainModal_${modalContent.id}`} /> <input type="checkbox" checked={dontShowAgain} onChange={handleCheckboxChange} id={`MainModal_${modalContent.id}`} />
<label className={"f_12"} htmlFor={`MainModal_${modalContent.id}`}> 오늘 하루 열지 않음</label> <label className={"f_12"} htmlFor={`MainModal_${modalContent.id}`}> 오늘 하루 열지 않음</label>
</Modal.Footer> </Modal.Footer>