mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-10 16:22:17 +00:00
(ui) align form values
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user