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}
|
{/if}
|
||||||
{:else if query.fields.extra?.actionType === "pipeline"}
|
{:else if query.fields.extra?.actionType === "pipeline"}
|
||||||
<br />
|
<br />
|
||||||
{#if (query.fields.steps?.length ?? 0) === 0}
|
{#if query.fields.steps?.length === 0}
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<Button
|
<Button
|
||||||
secondary
|
secondary
|
||||||
|
|
Loading…
Reference in New Issue