Skip to content

Commit

Permalink
Update solara/components/details.py
Browse files Browse the repository at this point in the history
Co-authored-by: Iisakki Rotko <iisakki.rotko@widgetti.io>
  • Loading branch information
mikegiann01 and iisakkirotko committed May 14, 2024
1 parent 6a8222d commit d0d4844
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions solara/components/details.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ def Page():
*summary: String showing the summary text for the expandable section: Defaults "Summary"
*children: List showing the children content of the expandable section: Defaults to an Empty list
*expand: Boolean showing if the section is expanded or collapsed: Defaults to False
"""

expand, set_expand = solara.use_state_or_update(expand)
Expand Down

0 comments on commit d0d4844

Please sign in to comment.