Fix typo from merge
Django CI/CD / test (push) Failing after 44s
Django CI/CD / build-and-push (push) Has been skipped

This commit is contained in:
2026-06-07 20:32:00 +02:00
parent 0aa87a17fe
commit 05e30610e9
+1 -1
View File
@@ -179,7 +179,7 @@ def SearchSelect(
return Component(
tag_name="div",
attributes=container_attrs,
children=[field, options_panel],
children=[pills, search, options_panel],
)