pramod_Bug#65EyeIconShowHide #41
@ -20,7 +20,10 @@ const MasterModal = ({ modaldata, closeModal }) => {
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
className={`modal-dialog mx-sm-auto mx-1 ${
|
className={`modal-dialog mx-sm-auto mx-1 ${
|
||||||
modaldata?.modalType === "delete" || `Ativity` ? "modal-md" : "modal-lg"
|
["Application Role", "Edit-Application Role"].includes(modaldata?.modalType)
|
||||||
|
? "modal-lg"
|
||||||
|
|
||||||
|
: "modal-md"
|
||||||
} modal-simple`}
|
} modal-simple`}
|
||||||
>
|
>
|
||||||
<div className="modal-content">
|
<div className="modal-content">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user