@contentful/field-editor-reference 4.3.1 → 4.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2287,7 +2287,7 @@ function useEditorPermissions(props) {
2287
2287
  if (entityType === 'Entry') {
2288
2288
  // Hardcoded `true` value following https://contentful.atlassian.net/browse/DANTE-486
2289
2289
  // TODO: refine permissions check in order to account for tags in rules
2290
- _canCreate = readableContentTypes.length > 0 || true;
2290
+ _canCreate = creatableContentTypes.length > 0 || true;
2291
2291
  setCanCreateEntity(_canCreate);
2292
2292
  }
2293
2293