[API Node] Contact support button (#3571)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Christian Byrne
2025-04-23 07:47:23 +08:00
committed by GitHub
parent 9e247063aa
commit 1bcf5e28d4
22 changed files with 360 additions and 88 deletions

View File

@@ -87,7 +87,7 @@ export const useDialogService = () => {
error: {
exceptionType: executionError.exception_type,
exceptionMessage: executionError.exception_message,
nodeId: executionError.node_id,
nodeId: executionError.node_id?.toString(),
nodeType: executionError.node_type,
traceback: executionError.traceback.join('\n'),
reportType: 'graphExecutionError'