1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12:00

PR update

This commit is contained in:
Dean 2024-01-15 10:37:34 +00:00
parent 08c9d4deca
commit 39438c997a

View file

@ -177,7 +177,7 @@
order={0}
>
<BlockComponent type="heading" props={{ text: step.title }} />
{#if buttonPosition == "top"}
{#if buttonPosition === "top"}
<BlockComponent
type="buttongroup"
props={{ buttons: step.buttons }}