feat(create-role): make isCreator condition checked by default (#1276)
This commit is contained in:
@@ -74,7 +74,10 @@ export default function CreateRole(): React.ReactElement {
|
||||
fullWidth
|
||||
/>
|
||||
|
||||
<PermissionCatalogField name="computedPermissions" />
|
||||
<PermissionCatalogField
|
||||
name="computedPermissions"
|
||||
defaultChecked={true}
|
||||
/>
|
||||
|
||||
<LoadingButton
|
||||
type="submit"
|
||||
|
Reference in New Issue
Block a user