Do not display RemoveHeader option when not defined
Co-authored-by: Romain <rtribotte@users.noreply.github.com>
This commit is contained in:
parent
3deea566ac
commit
06b02bcd95
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@
|
|||
</div>
|
||||
</q-card-section>
|
||||
<!-- EXTRA FIELDS FROM MIDDLEWARES - [basicAuth & digestAuth] - removeHeader -->
|
||||
<q-card-section v-if="middleware.basicAuth || middleware.digestAuth">
|
||||
<q-card-section v-if="exData(middleware).removeHeader">
|
||||
<div class="row items-start no-wrap">
|
||||
<div class="col">
|
||||
<div class="text-subtitle2">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue