mirror of
https://github.com/OpenBankProject/API-Explorer-II.git
synced 2026-02-06 18:56:58 +00:00
bugfix/API Explorer II. If body is cleared, the field disapears!
This commit is contained in:
parent
bbfd1aebdd
commit
e7bf03b98a
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "api-explorer",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite & ts-node server/app.ts",
|
||||
|
||||
@ -260,7 +260,7 @@ const copyToClipboard = () => {
|
||||
/>
|
||||
</div>
|
||||
<div class="flex-preview-panel">
|
||||
<input type="text" v-show="exampleRequestBody" v-model="exampleRequestBody" />
|
||||
<input type="text" v-model="exampleRequestBody" />
|
||||
</div>
|
||||
<div v-show="successResponseBody">
|
||||
<p class="header-container">{{ responseHeaderTitle }}:</p>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user