mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(editor): Schema view render empty data (#4902)
* fix(editor): Schema view render empty data * fix(editor): Schema view switch n8n-alert with n8n-info-tip * Revert "fix(editor): Schema view render empty data" This reverts commit 0294b5e8 for Alert component * chore(editor): code styling fix * fix(editor): Table view empty data hint * Revert "fix(editor): Table view empty data hint" This reverts commit d42dabf2c5064ee09b3cfb267cadfd2bc0515eab.
This commit is contained in:
@@ -79,7 +79,7 @@ const getIconBySchemaType = (type: Schema['type']): string => {
|
||||
</span>
|
||||
</div>
|
||||
<span v-if="text" :class="$style.text">{{ text }}</span>
|
||||
<input :id="subKey" type="checkbox" checked />
|
||||
<input v-if="level > 0 && isSchemaValueArray" :id="subKey" type="checkbox" checked />
|
||||
<label v-if="level > 0 && isSchemaValueArray" :class="$style.toggle" :for="subKey">
|
||||
<font-awesome-icon icon="angle-up" />
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user