Skip to content

Commit d240423

Browse files
committed
fix list_ns
1 parent e81844f commit d240423

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/reflex-components-radix/src/reflex_components_radix/themes/components

packages/reflex-components-radix/src/reflex_components_radix/themes/components/tabs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class Tabs(ComponentNamespace):
153153
"""Set of content sections to be displayed one at a time."""
154154

155155
root = __call__ = staticmethod(TabsRoot.create)
156-
list = staticmethod(TabsList.create)
156+
list_ns = list = staticmethod(TabsList.create)
157157
trigger = staticmethod(TabsTrigger.create)
158158
content = staticmethod(TabsContent.create)
159159

0 commit comments

Comments
 (0)