mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +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">
|
||||
No text data found
|
||||
</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">
|
||||
Entries exist but they do not contain any JSON data.
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user