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 (
|
return (
|
||||||
<Accordion
|
<Accordion
|
||||||
key={`inv-${invIdx}`}
|
key={`inv-${invIdx}`}
|
||||||
defaultExpanded={!invSn}
|
defaultExpanded={false}
|
||||||
sx={{ mt: 1 }}
|
sx={{ mt: 1 }}
|
||||||
>
|
>
|
||||||
<AccordionSummary
|
<AccordionSummary
|
||||||
|
|
@ -938,7 +938,7 @@ function InformationSodistorehome(props: InformationSodistorehomeProps) {
|
||||||
return (
|
return (
|
||||||
<Accordion
|
<Accordion
|
||||||
key={`cl-${invIdx}-${clIdx}`}
|
key={`cl-${invIdx}-${clIdx}`}
|
||||||
defaultExpanded={true}
|
defaultExpanded={false}
|
||||||
sx={{ mt: 1 }}
|
sx={{ mt: 1 }}
|
||||||
>
|
>
|
||||||
<AccordionSummary
|
<AccordionSummary
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue