mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
This commit is contained in:
parent
ee698b636a
commit
0cd63049ed
1 changed files with 1 additions and 5 deletions
|
|
@ -30,11 +30,7 @@ export function UserEditForm({ userId, onSave }: { userId: string; onSave?: () =
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Form
|
<Form onSubmit={handleSubmit} error={getMessage(error?.code)} values={user}>
|
||||||
onSubmit={handleSubmit}
|
|
||||||
error={getMessage(error?.code)}
|
|
||||||
values={{ ...user, password: '' }}
|
|
||||||
>
|
|
||||||
<FormField name="username" label={formatMessage(labels.username)}>
|
<FormField name="username" label={formatMessage(labels.username)}>
|
||||||
<TextField data-test="input-username" />
|
<TextField data-test="input-username" />
|
||||||
</FormField>
|
</FormField>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue