fix frontend errors

This commit is contained in:
Ruben Fiszel
2022-12-05 13:26:26 +01:00
parent abf14a81cd
commit 73f4589801
2 changed files with 3 additions and 2 deletions
@@ -161,7 +161,7 @@
/>
<div class="h-full pt-4 grow">
{#if jobId}
<FlowStatusViewer isRoot bind:flowState={$flowStateStore} {jobId} bind:job />
<FlowStatusViewer bind:flowState={$flowStateStore} {jobId} bind:job />
{:else}
<div class="italic text-gray-500 h-full grow"> Flow status will be displayed here </div>
{/if}
@@ -59,7 +59,8 @@
pickableProperties: {
flow_input: $previewArgs,
priorIds: {},
previousId: undefined
previousId: undefined,
hasResume: false
},
extraLib: ''
}