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

@ -19,9 +19,12 @@ const MasterModal = ({ modaldata, closeModal }) => {
aria-labelledby="modalToggleLabel"
>
<div
className={`modal-dialog mx-sm-auto mx-1 ${
modaldata?.modalType === "delete" || `Ativity` ? "modal-md" : "modal-lg"
} modal-simple `}
className={`modal-dialog mx-sm-auto mx-1 ${
["Application Role", "Edit-Application Role"].includes(modaldata?.modalType)
? "modal-lg"
: "modal-md"
} modal-simple`}
>
<div className="modal-content">
<div className="modal-body p-sm-4 p-0">