🚸(app-desk) close modal role on click outside
The modal role will be closed when the user clicks outside the modal. The design does not have a close button, we removed it.
This commit is contained in:
@@ -67,6 +67,8 @@ export const ModalRole = ({
|
|||||||
</Button>
|
</Button>
|
||||||
}
|
}
|
||||||
onClose={() => onClose()}
|
onClose={() => onClose()}
|
||||||
|
closeOnClickOutside
|
||||||
|
hideCloseButton
|
||||||
rightActions={
|
rightActions={
|
||||||
<Button
|
<Button
|
||||||
color="primary"
|
color="primary"
|
||||||
|
|||||||
Reference in New Issue
Block a user