mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-01 06:53:11 +02:00
Hook up header editor!
This commit is contained in:
@@ -54,7 +54,7 @@ export function RequestPane({ fullHeight, request, className }: Props) {
|
||||
/>
|
||||
</TabContent>
|
||||
<TabContent value="headers" className="pl-2">
|
||||
<HeaderEditor />
|
||||
<HeaderEditor key={request.id} request={request} />
|
||||
</TabContent>
|
||||
</Tabs>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user