fix: bugs in shared request (#3704)

This commit is contained in:
Nivedin
2024-01-23 22:24:18 +05:30
committed by GitHub
parent b81ccb4ee3
commit 9e1466a877
11 changed files with 67 additions and 35 deletions

View File

@@ -5,7 +5,7 @@
render-inactive-tabs
>
<HoppSmartTab
v-if="properties ? properties.includes('parameters') : true"
v-if="properties ? properties.includes('params') : true"
:id="'params'"
:label="`${t('tab.parameters')}`"
:info="`${newActiveParamsCount$}`"
@@ -13,7 +13,7 @@
<HttpParameters v-model="request.params" />
</HoppSmartTab>
<HoppSmartTab
v-if="properties ? properties.includes('body') : true"
v-if="properties ? properties.includes('bodyParams') : true"
:id="'bodyParams'"
:label="`${t('tab.body')}`"
>