PR update
This commit is contained in:
parent
08c9d4deca
commit
39438c997a
|
@ -177,7 +177,7 @@
|
||||||
order={0}
|
order={0}
|
||||||
>
|
>
|
||||||
<BlockComponent type="heading" props={{ text: step.title }} />
|
<BlockComponent type="heading" props={{ text: step.title }} />
|
||||||
{#if buttonPosition == "top"}
|
{#if buttonPosition === "top"}
|
||||||
<BlockComponent
|
<BlockComponent
|
||||||
type="buttongroup"
|
type="buttongroup"
|
||||||
props={{ buttons: step.buttons }}
|
props={{ buttons: step.buttons }}
|
||||||
|
|
Loading…
Reference in New Issue