kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Update location-search
rodzic
2e0f5705a2
commit
a3e6a5759f
|
@ -93,7 +93,7 @@ const LocationSearch: React.FC<ILocationSearch> = ({ onSelected }) => {
|
|||
placeholder={intl.formatMessage(messages.placeholder)}
|
||||
value={value}
|
||||
onChange={handleChange}
|
||||
suggestions={locationIds.toList()}
|
||||
suggestions={Array.from(locationIds)}
|
||||
onSuggestionsFetchRequested={noOp}
|
||||
onSuggestionsClearRequested={noOp}
|
||||
onSuggestionSelected={handleSelected}
|
||||
|
|
Ładowanie…
Reference in New Issue