mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fixed PlaygroundArea accordion behaviour (#5760)
This commit is contained in:
parent
23ea746813
commit
47964d24c0
@ -70,7 +70,7 @@ function PlaygroundArea({
|
|||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Accordion.Item value={`accordion-playground-{title}`}>
|
<Accordion.Item value={`accordion-playground-${title}`}>
|
||||||
<Accordion.Control>
|
<Accordion.Control>
|
||||||
<Text>{title}</Text>
|
<Text>{title}</Text>
|
||||||
</Accordion.Control>
|
</Accordion.Control>
|
||||||
|
Loading…
Reference in New Issue
Block a user