From b76624f63c7136ae0d902fdb3e6b0f746a4299e8 Mon Sep 17 00:00:00 2001 From: Adam Chmara Date: Tue, 3 Dec 2024 16:22:24 +0100 Subject: [PATCH] feat(dashboard): node step issue --- apps/dashboard/src/components/workflow-editor/nodes.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/dashboard/src/components/workflow-editor/nodes.tsx b/apps/dashboard/src/components/workflow-editor/nodes.tsx index 7ba79e26dcb..c24a4e7e7f7 100644 --- a/apps/dashboard/src/components/workflow-editor/nodes.tsx +++ b/apps/dashboard/src/components/workflow-editor/nodes.tsx @@ -183,6 +183,7 @@ export const DelayNode = (props: NodeProps) => { {data.name || 'Delay Step'} {data.content || 'You have been invited to the Novu party on "commentSnippet"'} + {data.error && {data.error}}