Skip to content

Commit

Permalink
chore: cmmnt
Browse files Browse the repository at this point in the history
  • Loading branch information
BiswaViraj committed Oct 21, 2024
1 parent c1a1568 commit eedec10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/dashboard/src/components/workflow-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ export const WorkflowList = () => {
</BadgeContent>
</Badge>
)}
{/**
* reloadDocument is needed for v1 workflows to reload the document when the user navigates to the workflow editor
*/}
<Link to={workflowLink} reloadDocument={isV1Workflow}>
<TruncatedText className="cursor-pointer" text={workflow.name} />
</Link>
Expand Down

0 comments on commit eedec10

Please sign in to comment.