fix: no selected option tab during the initial load

This commit is contained in:
nivedin
2024-01-17 20:29:51 +05:30
committed by Andrew Bastin
parent 80eb4c7701
commit 0a94c169bd
7 changed files with 29 additions and 24 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')}`"
>