fix: fix null password
This commit is contained in:
@@ -168,8 +168,8 @@ export const UserEditPage = observer(() => {
|
||||
<TextField
|
||||
fullWidth
|
||||
label="Пароль"
|
||||
placeholder="Оставить пустым, чтобы не менять"
|
||||
value={editUserData.password || ""}
|
||||
required
|
||||
onChange={(e) =>
|
||||
setEditUserData(
|
||||
editUserData.name || "",
|
||||
|
||||
Reference in New Issue
Block a user