diff --git a/src/services/useFilterLocations/index.ts b/src/services/useFilterLocations/index.ts index bb13a2219..54eaa8d31 100644 --- a/src/services/useFilterLocations/index.ts +++ b/src/services/useFilterLocations/index.ts @@ -39,6 +39,7 @@ export function useFilterLocations( const _filterdIds = toValue(filterIds) if (_filterdIds.length === 0) { geojson.value = emptyFeatureCollection + locations.value = convertGeoJsonToFewsPiLocation(geojson.value) return } await loadLocations(_filterdIds)