mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-23 18:01:08 +01:00
Move info tab to last
This commit is contained in:
@@ -153,10 +153,6 @@ export const RequestPane = memo(function RequestPane({
|
||||
|
||||
const tabs = useMemo<TabItem[]>(
|
||||
() => [
|
||||
{
|
||||
value: TAB_DESCRIPTION,
|
||||
label: 'Info',
|
||||
},
|
||||
{
|
||||
value: TAB_BODY,
|
||||
rightSlot: numParams > 0 ? <CountBadge count={numParams} /> : null,
|
||||
@@ -264,6 +260,10 @@ export const RequestPane = memo(function RequestPane({
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
value: TAB_DESCRIPTION,
|
||||
label: 'Info',
|
||||
},
|
||||
],
|
||||
[
|
||||
activeRequest.authentication,
|
||||
|
||||
Reference in New Issue
Block a user