mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(editor): Open NDV from logs view with correct run index (#14779)
This commit is contained in:
@@ -1563,6 +1563,7 @@ export type InputPanel = {
|
||||
};
|
||||
|
||||
export type OutputPanel = {
|
||||
run?: number;
|
||||
branch?: number;
|
||||
data: {
|
||||
isEmpty: boolean;
|
||||
|
||||
Reference in New Issue
Block a user