Update packages/builder/src/components/integration/index.svelte
Co-authored-by: Martin McKeaveney <martin@budibase.com>
This commit is contained in:
parent
881d5d53b0
commit
fe4b5502d4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue