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

@@ -23,7 +23,7 @@ const LazyRunDataJsonActions = defineAsyncComponent(
const props = withDefaults(
defineProps<{
editMode: { enabled?: boolean; value?: string };
pushRef: string;
pushRef?: string;
paneType: string;
node: INodeUi;
inputData: INodeExecutionData[];