Skip to content

Commit f48b10b

Browse files
committed
ig?
1 parent d240423 commit f48b10b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

packages/reflex-components-radix/src/reflex_components_radix/mappings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"vstack",
7979
],
8080
"reflex_components_radix.themes.layout.list": [
81-
"list_ns",
81+
"list",
8282
"list_item",
8383
"ordered_list",
8484
"unordered_list",

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_ns = list = staticmethod(TabsList.create)
156+
list = staticmethod(TabsList.create)
157157
trigger = staticmethod(TabsTrigger.create)
158158
content = staticmethod(TabsContent.create)
159159

0 commit comments

Comments
 (0)