Skip to content

Commit 00aea06

Browse files
committed
fix: response samples doesn't show only text/plain (fixes #371)
1 parent dd3c98d commit 00aea06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/SchemaSample/schema-sample.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</div>
1212
</ng-template>
1313

14-
<tabs *ngIf="xmlSample; else jsonSnippet">
14+
<tabs *ngIf="xmlSample || textSample; else jsonSnippet">
1515
<tab tabTitle="JSON" *ngIf="sample">
1616
<ng-container *ngTemplateOutlet="jsonSnippet"></ng-container>
1717
</tab>

0 commit comments

Comments
 (0)