fix(user): edit & invite user .

This commit is contained in:
elforjani3
2021-04-11 17:04:02 +02:00
parent f394390b98
commit 32c4fdc0bd
11 changed files with 351 additions and 26 deletions

View File

@@ -35,7 +35,6 @@ function InviteUserFormContent({
className={classNames('form-group--email', CLASSES.FILL)}
intent={inputIntent({ error, touched })}
helperText={<ErrorMessage name="email" />}
inline={true}
>
<InputGroup medium={true} {...field} />
</FormGroup>