diff --git a/.changeset/fix-entity-list-triple-fetch.md b/.changeset/fix-entity-list-triple-fetch.md new file mode 100644 index 0000000000..62b30d881c --- /dev/null +++ b/.changeset/fix-entity-list-triple-fetch.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-react': patch +--- + +Fixed redundant API calls during entity list initialization. Filter components that register their initial state in quick succession (e.g. `EntityKindPicker`, `UserListPicker`, `EntityTagPicker`) no longer trigger multiple identical fetches. Frontend-only filter changes such as toggling the user list are now applied synchronously without a network round-trip.