fixes for log view

This commit is contained in:
Ishaan Jaffer 2026-01-30 18:10:45 -08:00
parent 28424804ad
commit b9e6ea7719
2 changed files with 1 additions and 3 deletions

View file

@ -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