Skip to content

Commit 1a3c4d5

Browse files
committed
Removed task id from workflow sequence
1 parent df6badc commit 1a3c4d5

File tree

1 file changed

+1
-1
lines changed
  • src/routes/projects/[projectId]/workflows/experimental/[workflowId]

1 file changed

+1
-1
lines changed

src/routes/projects/[projectId]/workflows/experimental/[workflowId]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@
614614
on:keyup|preventDefault
615615
on:keypress|preventDefault
616616
>
617-
{workflowTask.task.name} #{workflowTask.id}
617+
{workflowTask.task.name}
618618
619619
{#if newVersionsMap[workflowTask.task.id]?.length > 0}
620620
<span class="float-end text-warning" title="new version available">

0 commit comments

Comments
 (0)