Skip to content

Commit

Permalink
Merge pull request #38 from Itera/spa/allow-toggle-accordian
Browse files Browse the repository at this point in the history
Add allowToggle
  • Loading branch information
Handere authored Aug 24, 2023
2 parents d01c684 + 8b4bd63 commit 7023859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spa/web/src/pages/TreatmentPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const TreatmentPage = () => {
</Heading>
</Box>
<Box m="0 auto" p={4} marginTop={4}>
<Accordion>
<Accordion allowToggle>
<AccordionItem>
<h2>
<AccordionButton style={{
Expand Down

0 comments on commit 7023859

Please sign in to comment.