fix: collection new button not appearing

This commit is contained in:
Daniel Lautzenheiser 2022-09-28 22:16:31 -04:00
parent 0ea675039a
commit f4d930df20

View File

@ -92,6 +92,7 @@ const CollectionView = ({
url = `${newEntryUrl}?path=${filterTerm}`;
}
}
return url;
}, [collection, collectionName, filterTerm]);
const searchResultKey = useMemo(