mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-27 20:01:25 +01:00
Minor style tweaks
This commit is contained in:
@@ -81,6 +81,11 @@ export function RequestPane({ fullHeight, className }: Props) {
|
||||
tabListClassName="pl-3"
|
||||
label="Request body"
|
||||
>
|
||||
<TabContent value="auth">
|
||||
<div className="flex items-center justify-center min-h-[5rem]">
|
||||
<header>Hello</header>
|
||||
</div>
|
||||
</TabContent>
|
||||
<TabContent value="headers">
|
||||
<HeaderEditor
|
||||
key={activeRequestId}
|
||||
|
||||
Reference in New Issue
Block a user