mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	Fixed PlaygroundArea accordion behaviour (#5760)
This commit is contained in:
		| @@ -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> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user