fix(editor): Open NDV from logs view with correct run index (#14779)

This commit is contained in:
Suguru Inoue
2025-04-22 14:46:02 +02:00
committed by GitHub
parent 6c91e7e1b7
commit 82b7be5d29
5 changed files with 23 additions and 8 deletions

View File

@@ -1563,6 +1563,7 @@ export type InputPanel = {
};
export type OutputPanel = {
run?: number;
branch?: number;
data: {
isEmpty: boolean;