diff --git a/src-web/components/RequestPane.tsx b/src-web/components/RequestPane.tsx index 2b538a34..0dd638eb 100644 --- a/src-web/components/RequestPane.tsx +++ b/src-web/components/RequestPane.tsx @@ -153,10 +153,6 @@ export const RequestPane = memo(function RequestPane({ const tabs = useMemo( () => [ - { - value: TAB_DESCRIPTION, - label: 'Info', - }, { value: TAB_BODY, rightSlot: numParams > 0 ? : null, @@ -264,6 +260,10 @@ export const RequestPane = memo(function RequestPane({ }, }, }, + { + value: TAB_DESCRIPTION, + label: 'Info', + }, ], [ activeRequest.authentication,