mirror of
https://github.com/windmill-labs/windmill.git
synced 2025-12-03 13:35:30 +00:00
inspect suspendValue (#7179)
* temp inspect * $inspect not work in prod
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user