Skip to content

Commit c385049

Browse files
committed
chore: hide API key input field
1 parent 3e7e302 commit c385049

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/(model)/select-model/deploy-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ function DeployForm({ modelPath, onSubmitted }: { modelPath: string; onSubmitted
178178
control={form.control}
179179
name="apiKey"
180180
render={({ field: { value = '', ...rest } }) => (
181-
<FormItem className="basis-[92px]">
181+
<FormItem className="hidden basis-[92px]">
182182
<FormLabel>API 密钥</FormLabel>
183183
<div className="join join-with-input flex">
184184
<FormControl>

0 commit comments

Comments
 (0)