mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
🐛 Fix issue that JSON view could not be selected anymore
This commit is contained in:
@@ -80,7 +80,7 @@
|
|||||||
<div v-if="jsonData.length === 0" class="no-data">
|
<div v-if="jsonData.length === 0" class="no-data">
|
||||||
No text data found
|
No text data found
|
||||||
</div>
|
</div>
|
||||||
<div v-else-if="showData === true || displayMode === 'Table'">
|
<div v-else-if="displayMode === 'Table'">
|
||||||
<div v-if="tableData !== null && tableData.columns.length === 0" class="no-data">
|
<div v-if="tableData !== null && tableData.columns.length === 0" class="no-data">
|
||||||
Entries exist but they do not contain any JSON data.
|
Entries exist but they do not contain any JSON data.
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user