Update reflex/components/radix/primitives/accordion.py
Co-authored-by: Masen Furer <m_github@0x26.net>
This commit is contained in:
parent
7ab15e23fd
commit
d7d51b7a83
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user