Allow settings sections to be collapsible
This commit is contained in:
parent
41e5bba533
commit
a069b343e9
|
@ -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} />
|
||||
|
|
Loading…
Reference in New Issue