Skip to content

Commit

Permalink
Update reflex/components/radix/primitives/accordion.py
Browse files Browse the repository at this point in the history
Co-authored-by: Masen Furer <m_github@0x26.net>
  • Loading branch information
ElijahAhianyo and masenf authored Oct 27, 2024
1 parent 7ab15e2 commit d7d51b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reflex/components/radix/primitives/accordion.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class AccordionItem(AccordionComponent):
disabled: Var[bool]

# The header of the accordion item.
header: Var[Union[Component, str]] = Var.create(None)
header: Var[Union[Component, str]]
# The content of the accordion item.
content: Var[Union[Component, str]] = Var.create(None)

Expand Down

0 comments on commit d7d51b7

Please sign in to comment.