Update content type display in Response component

This commit is contained in:
ChiragAgg5k
2025-06-08 19:32:34 +05:30
parent 9684a4477e
commit 9f2e8513c8

View File

@@ -15,7 +15,7 @@
<span class="text-micro text-primary uppercase">
{response.code}
</span>
<span class="text-caption">application/json</span>
<span class="text-caption">{response.contentType ?? 'no content'}</span>
</header>
{#if response.models.length > 0}
<ul class="text-sub-body mt-4">