add jobId

This commit is contained in:
Ruben Fiszel
2024-06-19 11:11:34 +02:00
parent af940a46fc
commit af0d0d0b02
2 changed files with 3 additions and 2 deletions
@@ -28,7 +28,8 @@
let outputs = initOutput($worldStore, id, {
result: result,
loading: false
loading: false,
jobId: undefined
})
</script>
@@ -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