mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix edit user title
This commit is contained in:
parent
1dfc391a2b
commit
07b1f1135d
1 changed files with 1 additions and 7 deletions
|
@ -65,17 +65,11 @@ const EditUserModal: React.FC<EditUserModalProps> = ({ visible, onCancel, user,
|
||||||
visible={visible}
|
visible={visible}
|
||||||
onCancel={handleCancel}
|
onCancel={handleCancel}
|
||||||
footer={null}
|
footer={null}
|
||||||
|
title={"Edit User " + user.user_id}
|
||||||
width={1000}
|
width={1000}
|
||||||
>
|
>
|
||||||
|
|
||||||
{/* <Text>
|
|
||||||
{JSON.stringify(user)}
|
|
||||||
</Text>
|
|
||||||
*/}
|
|
||||||
|
|
||||||
<Subtitle>
|
|
||||||
Edit User {user.user_id}
|
|
||||||
</Subtitle>
|
|
||||||
<Form
|
<Form
|
||||||
form={form}
|
form={form}
|
||||||
onFinish={handleEditSubmit}
|
onFinish={handleEditSubmit}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue