inspect suspendValue (#7179)

* temp inspect

* $inspect not work in prod
This commit is contained in:
Diego Imbert
2025-12-03 11:06:49 +01:00
committed by GitHub
parent 60d5ea8579
commit 25cbcb35c8

View File

@@ -32,6 +32,16 @@
extra,
result_streams
}: Props = $props()
// Sometimes the approval form is duplicated but I can't reproduce the issue
// This is a temporary debug log to try to catch it when it happens
// (See the #each below)
$effect(() =>
console.log(
'suspendStatusVal',
Object.entries(suspendStatus.val || {}).map(([k, v]) => [k, v.job.id])
)
)
</script>
<FlowPreviewStatus {job} {hideJobId} {extra} />