Fix typo from merge
This commit is contained in:
@@ -179,7 +179,7 @@ def SearchSelect(
|
|||||||
return Component(
|
return Component(
|
||||||
tag_name="div",
|
tag_name="div",
|
||||||
attributes=container_attrs,
|
attributes=container_attrs,
|
||||||
children=[field, options_panel],
|
children=[pills, search, options_panel],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user