pramod_Bug#65EyeIconShowHide #41

Merged
vikas.nale merged 5 commits from pramod_Bug#65EyeIconShowHide into Issues_April_4W 2025-04-20 14:09:06 +00:00
Showing only changes of commit e46a94dd1a - Show all commits

View File

@ -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">