Skip to content

Commit 3b4fb53

Browse files
authored
Fix previous label (#2502)
1 parent 7b384e9 commit 3b4fb53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/lib/components/workflow/relationships/continue-as-new-tree.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
{#if previous}
3333
<ContinueAsNewNode
3434
label={translate('workflows.previous-execution')}
35-
value={first}
35+
value={previous}
3636
href={routeForRelationships({
3737
namespace,
3838
workflow: workflowId,

0 commit comments

Comments
 (0)