1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12:00

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

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">