1
0
Fork 0
mirror of synced 2024-10-05 20:44:47 +13:00

Allow settings sections to be collapsible

This commit is contained in:
Andrew Kingston 2023-10-19 11:29:37 +01:00
parent 41e5bba533
commit a069b343e9

View file

@ -123,10 +123,7 @@
{#each sections as section, idx (section.name)}
{#if section.visible}
<DetailSummary
name={showSectionTitle ? section.name : ""}
collapsible={false}
>
<DetailSummary name={showSectionTitle ? section.name : ""} show>
{#if section.info}
<div class="section-info">
<InfoDisplay body={section.info} />