Merge pull request #12112 from Budibase/enable-collapsing-settings-sections
Allow settings sections to be collapsed
This commit is contained in:
commit
87c1726eec
|
@ -126,7 +126,7 @@
|
||||||
{#if section.visible}
|
{#if section.visible}
|
||||||
<DetailSummary
|
<DetailSummary
|
||||||
name={showSectionTitle ? section.name : ""}
|
name={showSectionTitle ? section.name : ""}
|
||||||
collapsible={false}
|
show={section.collapsed !== true}
|
||||||
>
|
>
|
||||||
{#if section.info}
|
{#if section.info}
|
||||||
<div class="section-info">
|
<div class="section-info">
|
||||||
|
|
Loading…
Reference in New Issue