mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
Merge e2c269df80 into 7adbfec2a4
This commit is contained in:
commit
f0df4f7f09
1 changed files with 1 additions and 1 deletions
|
|
@ -377,7 +377,7 @@ const WelcomeViewProvider = () => {
|
|||
{/* Expand API options only when custom provider is selected, max height is used to force a transition */}
|
||||
<div className="mb-8 border-l-2 border-vscode-panel-border pl-6 ml-[7px]">
|
||||
<div
|
||||
className={`overflow-clip transition-[max-height] ease-in-out duration-300 ${selectedProvider === "custom" ? "max-h-[600px]" : "max-h-0"}`}>
|
||||
className={`overflow-y-auto transition-[max-height] ease-in-out duration-300 ${selectedProvider === "custom" ? "max-h-[600px]" : "max-h-0"}`}>
|
||||
<ApiOptions
|
||||
fromWelcomeView
|
||||
apiConfiguration={apiConfiguration || {}}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue