Merge pull request #12112 from Budibase/enable-collapsing-settings-sections

Allow settings sections to be collapsed
This commit is contained in:
Andrew Kingston 2023-10-25 14:48:35 +01:00 committed by GitHub
commit 87c1726eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@
{#if section.visible}
<DetailSummary
name={showSectionTitle ? section.name : ""}
collapsible={false}
show={section.collapsed !== true}
>
{#if section.info}
<div class="section-info">