mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(editor): Add support for schema view in the NDV output (#5688)
* feat(editor): Add support for schema view in the NDV output * Make intercepts waiting optional in waitForLoad method * Update RunDataSchema snapshots * Do not reset output panel view on execution, properly key run RunDataSchemaItem to make sure they are unique across panels * Update snapshot tests * Make adding of schema view button option more readable
This commit is contained in:
@@ -18,6 +18,7 @@ type Props = {
|
||||
distanceFromActive: number;
|
||||
runIndex: number;
|
||||
totalRuns: number;
|
||||
paneType: 'input' | 'output';
|
||||
node: INodeUi | null;
|
||||
};
|
||||
|
||||
@@ -92,6 +93,7 @@ const onDragEnd = (el: HTMLElement) => {
|
||||
:schema="schema"
|
||||
:level="0"
|
||||
:parent="null"
|
||||
:paneType="paneType"
|
||||
:subKey="`${schema.type}-0-0`"
|
||||
:mappingEnabled="mappingEnabled"
|
||||
:draggingPath="draggingPath"
|
||||
|
||||
Reference in New Issue
Block a user