diff --git a/reflex/components/radix/themes/components/select.pyi b/reflex/components/radix/themes/components/select.pyi index c43d58ada..62846782b 100644 --- a/reflex/components/radix/themes/components/select.pyi +++ b/reflex/components/radix/themes/components/select.pyi @@ -701,7 +701,6 @@ class HighLevelSelect(SelectRoot): """Create a select component. Args: - items: The items of the select. items: The items of the select. placeholder: The placeholder of the select. label: The label of the select. @@ -875,7 +874,6 @@ class Select(ComponentNamespace): """Create a select component. Args: - items: The items of the select. items: The items of the select. placeholder: The placeholder of the select. label: The label of the select.