feat(f/[slug]): render form_definition.intro as markdown (was never displayed)
This commit is contained in:
@@ -505,6 +505,9 @@
|
||||
{#if data.description}
|
||||
<div class="fb-description">{@html renderMarkdown(data.description)}</div>
|
||||
{/if}
|
||||
{#if formDef?.intro}
|
||||
<div class="fb-description">{@html renderMarkdown(formDef.intro)}</div>
|
||||
{/if}
|
||||
</header>
|
||||
|
||||
{#if isClosed || chatStatus === 'closed'}
|
||||
|
||||
Reference in New Issue
Block a user