diff --git a/.changeset/strange-brooms-check.md b/.changeset/strange-brooms-check.md new file mode 100644 index 0000000000..b6cb897170 --- /dev/null +++ b/.changeset/strange-brooms-check.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-react': patch +--- + +Fixed an issue where the `EntityOwnerPicker` component failed to load when the `mode` prop was set to `owners-only`. In this mode, the `EntityOwnerPicker` does not load details about the owners, such as `displayName` or `title`. To display these details, use `mode=all` instead.