modified model size for application role
This commit is contained in:
parent
4ffab89aac
commit
e46a94dd1a
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user