diff --git a/.changeset/smart-crabs-dream.md b/.changeset/smart-crabs-dream.md index a08747a6e3..d93c865a23 100644 --- a/.changeset/smart-crabs-dream.md +++ b/.changeset/smart-crabs-dream.md @@ -2,4 +2,4 @@ '@backstage/plugin-catalog-react': minor --- -Reverted the check if selectedOptions is different than queryParameters before invoking setSelectedOptions. This was preventing updating list items when a query string was already present in the URL when loading the page. +Reverted the check if the selected options list is different than the query parameters list before invoking setSelectedOptions method. This was preventing updating list items when a query string was already present in the URL when loading the page.