Merge pull request #1558 from automatisch/AUT-606
fix: remove unnecessery styling causing the problem with scrolling Edit/Create role pages
This commit is contained in:
@@ -48,9 +48,8 @@ export default function PermissionSettings(props) {
|
|||||||
};
|
};
|
||||||
return (
|
return (
|
||||||
<Dialog
|
<Dialog
|
||||||
open
|
open={open}
|
||||||
onClose={cancel}
|
onClose={cancel}
|
||||||
sx={{ display: open ? 'block' : 'none' }}
|
|
||||||
data-test={`${subject}-role-conditions-modal`}
|
data-test={`${subject}-role-conditions-modal`}
|
||||||
>
|
>
|
||||||
<DialogTitle>{formatMessage('permissionSettings.title')}</DialogTitle>
|
<DialogTitle>{formatMessage('permissionSettings.title')}</DialogTitle>
|
||||||
|
Reference in New Issue
Block a user