Skip to content

Commit b8cef4f

Browse files
authored
Merge pull request #880 from AppQuality/set-open-uc-accordions
FIX(VideosPageContent.tsx): set UC-Accordions close as default
2 parents f14c860 + 41e1040 commit b8cef4f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/pages/Videos/Content.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,12 @@ const VideosPageContent = () => {
7272
<Row>
7373
<Col>
7474
<Wrapper isFetching={isFetching}>
75-
<Accordion level={3} isExpandable isBare>
75+
<Accordion
76+
level={3}
77+
isExpandable
78+
isBare
79+
defaultExpandedSections={[]}
80+
>
7681
{usecases.map((uc) => (
7782
<Accordion.Section
7883
style={{ marginBottom: appTheme.space.lg }}

0 commit comments

Comments
 (0)