diff --git a/packages/ui/src/components/StepsDialog.svelte b/packages/ui/src/components/StepsDialog.svelte index eabf636c2c..8465f93c6a 100644 --- a/packages/ui/src/components/StepsDialog.svelte +++ b/packages/ui/src/components/StepsDialog.svelte @@ -169,19 +169,21 @@ {@const { component, props } = currentStepModel} {@const isMobile = $deviceInfo.isMobile} -
- {#if typeof component === 'string'} - - {:else} - - {/if} -
+ +
+ {#if typeof component === 'string'} + + {:else} + + {/if} +
+
{/if}