PR update

This commit is contained in:
Dean 2024-01-15 10:37:34 +00:00
parent 08c9d4deca
commit 39438c997a
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}