diff --git a/packages/netlify-cms-core/src/components/Collection/Collection.tsx b/packages/netlify-cms-core/src/components/Collection/Collection.tsx index 73efaec1..7cb81ed4 100644 --- a/packages/netlify-cms-core/src/components/Collection/Collection.tsx +++ b/packages/netlify-cms-core/src/components/Collection/Collection.tsx @@ -92,6 +92,7 @@ const CollectionView = ({ url = `${newEntryUrl}?path=${filterTerm}`; } } + return url; }, [collection, collectionName, filterTerm]); const searchResultKey = useMemo(