mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-09 16:05:42 +00:00
fix frontend errors
This commit is contained in:
@@ -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: ''
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user