diff --git a/frontend/src/lib/components/FlowPreviewContent.svelte b/frontend/src/lib/components/FlowPreviewContent.svelte index d03dc4fe03..5454879028 100644 --- a/frontend/src/lib/components/FlowPreviewContent.svelte +++ b/frontend/src/lib/components/FlowPreviewContent.svelte @@ -122,7 +122,7 @@ args: Record, restartedFrom: RestartedFrom | undefined ) { - if (stepHistoryLoader?.flowJobInitial) { + if (stepHistoryLoader?.flowJobInitial !== false) { stepHistoryLoader?.setFlowJobInitial(false) } try {