Fix URL bar buttons in expanded state

This commit is contained in:
Gregory Schier
2024-03-20 16:17:05 -07:00
parent 40669217fb
commit 23c4971127
2 changed files with 4 additions and 4 deletions

View File

@@ -346,7 +346,7 @@ export const RequestPane = memo(function RequestPane({
onChangeContentType={handleContentTypeChange}
/>
) : (
<EmptyStateText>No Body</EmptyStateText>
<EmptyStateText>Empty Body</EmptyStateText>
)}
</TabContent>
</Tabs>