Skip to content

Commit abd1ff7

Browse files
committed
fix: Filters are not collapsed by default
1 parent 50ea5f8 commit abd1ff7

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

app/configurator/components/chart-configurator.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -575,11 +575,7 @@ export const ChartConfigurator = ({
575575
</ControlSection>
576576
{filterDimensions.length === 0 &&
577577
addableDimensions.length === 0 ? null : (
578-
<ControlSection
579-
className={classes.filterSection}
580-
collapse
581-
defaultExpanded={false}
582-
>
578+
<ControlSection className={classes.filterSection} collapse>
583579
<SectionTitle
584580
titleId="controls-data"
585581
gutterBottom={false}

0 commit comments

Comments
 (0)