Skip to content

Commit f06ad5d

Browse files
committed
feat: Data sources is collapsed by default
fix #1542
1 parent 4d09c0a commit f06ad5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/configurator/components/dataset-control-section.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export const DatasetsControlSection = () => {
198198
};
199199

200200
return (
201-
<ControlSection collapse>
201+
<ControlSection collapse defaultExpanded={false}>
202202
<SubsectionTitle titleId="controls-data" gutterBottom={false}>
203203
<Trans id="controls.section.datasets.title">Data Sources</Trans>{" "}
204204
<BetaTag

0 commit comments

Comments
 (0)