mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-25 00:01:55 +00:00
remove debug numbers
This commit is contained in:
@@ -301,7 +301,6 @@
|
||||
</script>
|
||||
|
||||
{#if componentInput === undefined}
|
||||
1
|
||||
{#if !noInitialize}
|
||||
<InitializeComponent {id} />
|
||||
{/if}
|
||||
@@ -311,7 +310,6 @@
|
||||
{@render nonRenderedPlaceholder?.()}
|
||||
{/if}
|
||||
{:else if componentInput.type === 'runnable' && isRunnableDefined(componentInput)}
|
||||
2
|
||||
<RunnableComponent
|
||||
{noInitialize}
|
||||
{allowConcurentRequests}
|
||||
|
||||
Reference in New Issue
Block a user