Skip to content

Commit

Permalink
feat(dashboard): node step issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ChmaraX committed Dec 3, 2024
1 parent 2bbe057 commit b76624f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/dashboard/src/components/workflow-editor/nodes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ export const DelayNode = (props: NodeProps<NodeType>) => {
<NodeName>{data.name || 'Delay Step'}</NodeName>
</NodeHeader>
<NodeBody>{data.content || 'You have been invited to the Novu party on "commentSnippet"'}</NodeBody>
{data.error && <NodeError>{data.error}</NodeError>}
<Handle isConnectable={false} className={handleClassName} type="target" position={Position.Top} id="a" />
<Handle isConnectable={false} className={handleClassName} type="source" position={Position.Bottom} id="b" />
</StepNode>
Expand Down

0 comments on commit b76624f

Please sign in to comment.