Skip to content

Commit 9408c4e

Browse files
Fix lint error in WorkflowRunSuccess
This was caused in #20797 (comment)
1 parent dcd415a commit 9408c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/Workflow/Run/WorkflowRunSuccess.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const targetHistories = computed(() =>
2323
histories.push(invocation.history_id);
2424
}
2525
return histories;
26-
}, [] as string[])
26+
}, [] as string[]),
2727
);
2828
</script>
2929

0 commit comments

Comments
 (0)