the default Installation Setup details in Information tab of Sodistore Pro should be not expanded

This commit is contained in:
Yinyin Liu 2026-03-26 09:11:13 +01:00
parent 8c58ce45f6
commit 41031b3b87
1 changed files with 2 additions and 2 deletions

View File

@ -882,7 +882,7 @@ function InformationSodistorehome(props: InformationSodistorehomeProps) {
return (
<Accordion
key={`inv-${invIdx}`}
defaultExpanded={!invSn}
defaultExpanded={false}
sx={{ mt: 1 }}
>
<AccordionSummary
@ -938,7 +938,7 @@ function InformationSodistorehome(props: InformationSodistorehomeProps) {
return (
<Accordion
key={`cl-${invIdx}-${clIdx}`}
defaultExpanded={true}
defaultExpanded={false}
sx={{ mt: 1 }}
>
<AccordionSummary