chore: add doc button if response is null

This commit is contained in:
nivedin
2023-12-05 22:20:41 +05:30
committed by Andrew Bastin
parent fbca9b06c3
commit 9d8fdb4d04
3 changed files with 19 additions and 4 deletions

View File

@@ -100,7 +100,7 @@
</div>
<div>
<HttpResponse :document="tab.document" />
<HttpResponse :document="tab.document" :is-embed="true" />
</div>
</div>
</template>