Add back empty placeholder (#5489)

This commit is contained in:
Eric Bailey
2024-09-25 17:41:03 -05:00
committed by GitHub
parent 58036ffb52
commit 2e5f95c8dd
+1
View File
@@ -370,6 +370,7 @@ function SearchLanguageDropdown({
return (
<RNPickerSelect
placeholder={{}}
value={value}
onValueChange={onChange}
items={items}