Revert hiding body tab for GETs since already implemented in another pending PR
This commit is contained in:
parent
f4add0a180
commit
49e813cc6c
|
@ -260,7 +260,6 @@
|
|||
headings
|
||||
/>
|
||||
</Tab>
|
||||
{#if query?.queryVerb !== "read"}
|
||||
<Tab title="Body">
|
||||
<RadioGroup
|
||||
bind:value={query.fields.bodyType}
|
||||
|
@ -271,7 +270,6 @@
|
|||
/>
|
||||
<RestBodyInput bind:bodyType={query.fields.bodyType} bind:query />
|
||||
</Tab>
|
||||
{/if}
|
||||
<Tab title="Transformer">
|
||||
<Layout noPadding>
|
||||
{#if !$flags.queryTransformerBanner}
|
||||
|
|
Loading…
Reference in New Issue