fix(editor): Schema view shows checkbox in case of empty data (#4889)

* fix(editor): Schema view show nothing in case of empty data

* fix(editor): Schema view test for empty data
This commit is contained in:
Csaba Tuncsik
2022-12-12 10:08:29 +01:00
committed by GitHub
parent 07b2f7678c
commit b0c158c64f
4 changed files with 75 additions and 49 deletions

View File

@@ -250,7 +250,7 @@
/>
<run-data-schema
v-else-if="hasNodeRun && displayMode === 'schema' && jsonData?.length > 0"
v-else-if="hasNodeRun && displayMode === 'schema'"
:data="jsonData"
:mappingEnabled="mappingEnabled"
:distanceFromActive="distanceFromActive"