mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-31 22:43:11 +02:00
Split out slow pathParameters extension and skip unnecessary model updates
This commit is contained in:
@@ -158,7 +158,6 @@ export const RequestPane = memo(function RequestPane({
|
||||
{
|
||||
value: TAB_DESCRIPTION,
|
||||
label: 'Info',
|
||||
rightSlot: activeRequest.description ? <CountBadge count={true} /> : null,
|
||||
},
|
||||
{
|
||||
value: TAB_BODY,
|
||||
@@ -272,7 +271,6 @@ export const RequestPane = memo(function RequestPane({
|
||||
activeRequest.authentication,
|
||||
activeRequest.authenticationType,
|
||||
activeRequest.bodyType,
|
||||
activeRequest.description,
|
||||
activeRequest.headers,
|
||||
activeRequest.method,
|
||||
activeRequestId,
|
||||
|
||||
Reference in New Issue
Block a user