Update packages/builder/src/components/integration/index.svelte

Co-authored-by: Martin McKeaveney <martin@budibase.com>
This commit is contained in:
melohagan 2022-10-13 16:13:56 +01:00 committed by GitHub
parent 080694a08a
commit bea6e250b8
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@
{/if}
{:else if query.fields.extra?.actionType === "pipeline"}
<br />
{#if (query.fields.steps?.length ?? 0) === 0}
{#if query.fields.steps?.length === 0}
<div class="controls">
<Button
secondary