forked from phoenix/litellm-mirror
(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
Add a link
Reference in a new issue