퍼블 업뎃
parent
6d8b1c9f7b
commit
fcfaf300cc
|
|
@ -59,7 +59,7 @@ const CustomModal = ({ show, handleClose, modalContent }) => {
|
|||
{/* <Col xs={11} className="text-start">파일명</Col>*/}
|
||||
{/*</Row>*/}
|
||||
</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}`} />
|
||||
<label className={"f_12"} htmlFor={`MainModal_${modalContent.id}`}> 오늘 하루 열지 않음</label>
|
||||
</Modal.Footer>
|
||||
|
|
|
|||
Loading…
Reference in New Issue