File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,7 @@ function LLMProviderUpdateModal({
32
32
existingLlmProvider ?. name ||
33
33
"Custom LLM Provider" ;
34
34
return (
35
- < Modal
36
- width = "max-w-4xl"
37
- title = { `Setup ${ providerName } ` }
38
- onOutsideClick = { ( ) => onClose ( ) }
39
- >
35
+ < Modal title = { `Setup ${ providerName } ` } onOutsideClick = { ( ) => onClose ( ) } >
40
36
< div className = "max-h-[70vh] overflow-y-auto px-4" >
41
37
{ llmProviderDescriptor ? (
42
38
< LLMProviderUpdateForm
Original file line number Diff line number Diff line change @@ -173,7 +173,6 @@ export function ProviderCreationModal({
173
173
174
174
return (
175
175
< Modal
176
- width = "max-w-4xl w-full"
177
176
title = { `Configure ${ selectedProvider . provider_type } ` }
178
177
onOutsideClick = { onCancel }
179
178
icon = { selectedProvider . icon }
You can’t perform that action at this time.
0 commit comments