feat(editor): Log details panel (#14409)

Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
Suguru Inoue
2025-04-17 13:44:40 +02:00
committed by GitHub
parent 3cdc8b41be
commit 1e0853b24a
36 changed files with 1633 additions and 303 deletions

View File

@@ -25,7 +25,7 @@ const props = withDefaults(
defineProps<{
node: INodeUi;
paneType: string;
pushRef: string;
pushRef?: string;
distanceFromActive: number;
selectedJsonPath: string;
jsonData: IDataObject[];