feat(create-role): make isCreator condition checked by default (#1276)

This commit is contained in:
Rıdvan Akca
2023-09-11 16:28:47 +03:00
committed by GitHub
parent 25ce63b86d
commit 4795c35c68
4 changed files with 53 additions and 46 deletions

View File

@@ -74,7 +74,10 @@ export default function CreateRole(): React.ReactElement {
fullWidth
/>
<PermissionCatalogField name="computedPermissions" />
<PermissionCatalogField
name="computedPermissions"
defaultChecked={true}
/>
<LoadingButton
type="submit"