Commit 6af23a9b authored by Sakthivel G's avatar Sakthivel G
Browse files

fix: defect id 57753

Showing with 5 additions and 2 deletions
+5 -2
...@@ -152,16 +152,19 @@ export const ModalTwo = ({ ...@@ -152,16 +152,19 @@ export const ModalTwo = ({
</div> </div>
)} )}
</div> </div>
<div <div
className={`${styles.custom_modal_footer} modal-footer p-0 m-0 pt-3 pb-3`} className={`${styles.custom_modal_footer} modal-footer p-0 m-0 pt-3 pb-3`}
> >
<div className="col-6 m-0"> <div className="col-6 m-0">
{!enableHandler ? ( {!cancelHandler ? (
<button <button
type="button" type="button"
className={`${btnStyle.btn_one} me-2`} className={`${btnStyle.btn_one} me-2`}
data-dismiss="modal" data-dismiss="modal"
onClick={() => {
setNote("");
}}
> >
Cancel Cancel
</button> </button>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment