mirror of
https://github.com/grafana/grafana.git
synced 2025-01-13 09:32:12 -06:00
Remove invalid attribute (#31848)
This commit is contained in:
parent
ac263f50d6
commit
598a44076a
@ -71,7 +71,7 @@ export const UserInviteForm: FC<Props> = ({ updateLocation }) => {
|
||||
<Field invalid={!!errors.role} label="Role">
|
||||
<InputControl as={RadioButtonGroup} control={control} options={roles} name="role" />
|
||||
</Field>
|
||||
<Field invalid={!!errors.sendEmail} label="Send invite email">
|
||||
<Field label="Send invite email">
|
||||
<Switch name="sendEmail" ref={register} />
|
||||
</Field>
|
||||
<HorizontalGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user