contentful / field-editors

React components and extensions for building Contentful entry editor
https://contentful-field-editors.netlify.app/
MIT License
151 stars 116 forks source link

fix: use proper methods to fetch NER entities #1769

Closed veu closed 1 month ago

veu commented 1 month ago

Use proper types and methods from contentful-management for fetching NER entities.

Removing the default props in 49be1667ebce35dab86b31e46549d50779f5c4a2 is technically unrelated but it made sense to clean up while I was at it.