fixes
All checks were successful
deploy to production / deploy (push) Successful in 45s

This commit is contained in:
Robin Grenzdörfer 2023-09-27 14:21:04 +00:00
parent bccc2cc66a
commit d7d9c21dcc

View File

@ -29,6 +29,9 @@
</script>
<div class="form-row">
<h3 style="margin-bottom: -0.5rem;">
{#if formRow.showRowName}{formRow.rowName || ""}{/if}
</h3>
<div class="form-cols mobile-fields">
{#each formRow.columns as column, columnIndex}
<h3>{column?.title ?? ""}</h3>