mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 08:02:18 +00:00
add jobId
This commit is contained in:
@@ -28,7 +28,8 @@
|
||||
|
||||
let outputs = initOutput($worldStore, id, {
|
||||
result: result,
|
||||
loading: false
|
||||
loading: false,
|
||||
jobId: undefined
|
||||
})
|
||||
</script>
|
||||
|
||||
|
||||
+1
-1
@@ -299,7 +299,7 @@
|
||||
|
||||
<!-- {inlineScript.content} -->
|
||||
|
||||
<div class="border-y h-full" style="z-index: {zIndexes.monacoEditor}">
|
||||
<div class="border-y h-full">
|
||||
{#if !drawerIsOpen}
|
||||
{#if inlineScript.language != 'frontend'}
|
||||
<Editor
|
||||
|
||||
Reference in New Issue
Block a user