Skip to content

Commit

Permalink
Added Scheduler, Processor and Worker
Browse files Browse the repository at this point in the history
  • Loading branch information
anoopkarnik committed Aug 15, 2024
1 parent 1316155 commit 7589b26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const Workflow = ({workflow}:any) => {
</>
}
{workflow.actions.map((action:any) => (
<DynamicIcon div={action.id} icon={action.type.actionType.icon}/>
<DynamicIcon key={action.id} icon={action.type.actionType.icon}/>
))}
</div>
</div>
Expand Down

0 comments on commit 7589b26

Please sign in to comment.