ui(admin): fix validation rules on UserForm

This commit is contained in:
Matthew Penner 2021-09-12 17:24:31 -06:00
parent 38ff35873e
commit c7ab6b9e6c
No known key found for this signature in database
GPG key ID: 030E4AB751DC756F
3 changed files with 5 additions and 4 deletions

View file

@ -47,7 +47,6 @@ const UserAboutContainer = () => {
}}
onSubmit={submit}
role={user?.relationships.role || null}
exists
>
<div css={tw`flex`}>
<UserDeleteButton