mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
(ui) align form values
This commit is contained in:
parent
5dcb3a6ffd
commit
bde91c585e
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ const CreateKey: React.FC<CreateKeyProps> = ({
|
|||
onOk={handleOk}
|
||||
onCancel={handleCancel}
|
||||
>
|
||||
<Form form={form} onFinish={handleCreate}>
|
||||
<Form form={form} onFinish={handleCreate} labelCol={{ span: 6 }} wrapperCol={{ span: 16 }}>
|
||||
<Form.Item
|
||||
label="Duration"
|
||||
name="duration"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue