We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ea5f8 commit abd1ff7Copy full SHA for abd1ff7
1 file changed
app/configurator/components/chart-configurator.tsx
@@ -575,11 +575,7 @@ export const ChartConfigurator = ({
575
</ControlSection>
576
{filterDimensions.length === 0 &&
577
addableDimensions.length === 0 ? null : (
578
- <ControlSection
579
- className={classes.filterSection}
580
- collapse
581
- defaultExpanded={false}
582
- >
+ <ControlSection className={classes.filterSection} collapse>
583
<SectionTitle
584
titleId="controls-data"
585
gutterBottom={false}
0 commit comments