🚸(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:
Anthony LC
2024-03-20 12:19:31 +01:00
committed by Anthony LC
parent 2f8801f7eb
commit f1124f6c09

View File

@@ -67,6 +67,8 @@ export const ModalRole = ({
</Button>
}
onClose={() => onClose()}
closeOnClickOutside
hideCloseButton
rightActions={
<Button
color="primary"