@contentful/field-editor-reference 4.3.2 → 4.3.3

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.
@@ -355,7 +355,7 @@ var CreateEntryLinkButton = function CreateEntryLinkButton(_ref) {
355
355
  endIcon: hasDropdown ? React__default.createElement(ChevronDownIcon, null) : undefined,
356
356
  variant: "secondary",
357
357
  className: styles.action,
358
- isDisabled: disabled || isSelecting || contentTypes && contentTypes.length === 0,
358
+ isDisabled: disabled || isSelecting,
359
359
  startIcon: isSelecting ? undefined : plusIcon,
360
360
  size: "small",
361
361
  testId: "create-entry-link-button",