mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-10 19:26:49 +02:00
Fix request method dropdown for GraphQL not showing HTTP method
This commit is contained in:
@@ -71,7 +71,7 @@ export const RequestMethodDropdown = memo(function RequestMethodDropdown({
|
|||||||
onChange={handleChange}
|
onChange={handleChange}
|
||||||
>
|
>
|
||||||
<Button size="xs" className={classNames(className, 'text-text-subtle hover:text')}>
|
<Button size="xs" className={classNames(className, 'text-text-subtle hover:text')}>
|
||||||
<HttpMethodTag request={request} />
|
<HttpMethodTag request={request} noAlias />
|
||||||
</Button>
|
</Button>
|
||||||
</RadioDropdown>
|
</RadioDropdown>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user