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 881d5d53b0
commit fe4b5502d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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