the default Installation Setup details in Information tab of Sodistore Pro should be not expanded
This commit is contained in:
parent
8c58ce45f6
commit
41031b3b87
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue