mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-22 00:31:44 +00:00
fixes for log view
This commit is contained in:
parent
28424804ad
commit
b9e6ea7719
2 changed files with 1 additions and 3 deletions
|
|
@ -417,7 +417,6 @@ function RequestResponseSection({
|
|||
}}
|
||||
/>
|
||||
) : (
|
||||
<div style={{ padding: "0 24px" }}>
|
||||
<Tabs
|
||||
activeKey={activeTab}
|
||||
onChange={(key) => setActiveTab(key as typeof TAB_REQUEST | typeof TAB_RESPONSE)}
|
||||
|
|
@ -459,7 +458,6 @@ function RequestResponseSection({
|
|||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
),
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue