Skip to content

Commit

Permalink
fix: request body not show
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Aug 3, 2022
1 parent be28dae commit 7975908
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@
</nz-tab>
</div>
<nz-tab i18n-nzTitle nzTitle="Body" [nzForceRender]="true">
<eo-api-test-result-request-body *ngIf="tabIndexRes === 2 || isRequestBodyLoaded"
[model]="testResult.request?.requestBody|| ''">
<!-- TODO use isRequestBodyLoaded -->
<eo-api-test-result-request-body *ngIf="tabIndexRes === 2" [model]="testResult.request?.requestBody|| ''">
</eo-api-test-result-request-body>
</nz-tab>
<nz-tab i18n-nzTitle nzTitle="Request Headers">
Expand Down

0 comments on commit 7975908

Please sign in to comment.