mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-10 23:02:46 +02: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[]>(
|
const tabs = useMemo<TabItem[]>(
|
||||||
() => [
|
() => [
|
||||||
{
|
|
||||||
value: TAB_DESCRIPTION,
|
|
||||||
label: 'Info',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: TAB_BODY,
|
value: TAB_BODY,
|
||||||
rightSlot: numParams > 0 ? <CountBadge count={numParams} /> : null,
|
rightSlot: numParams > 0 ? <CountBadge count={numParams} /> : null,
|
||||||
@@ -264,6 +260,10 @@ export const RequestPane = memo(function RequestPane({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
value: TAB_DESCRIPTION,
|
||||||
|
label: 'Info',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
activeRequest.authentication,
|
activeRequest.authentication,
|
||||||
|
|||||||
Reference in New Issue
Block a user