From c310c6b080e5350c7d69bb32326ee3958b8a4297 Mon Sep 17 00:00:00 2001 From: Elijah Date: Fri, 18 Oct 2024 13:13:29 +0000 Subject: [PATCH] pyi fix fr --- reflex/components/radix/themes/components/select.pyi | 2 -- 1 file changed, 2 deletions(-) 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.