diff --git a/.changeset/smart-crabs-dream.md b/.changeset/smart-crabs-dream.md index d93c865a23..3699021482 100644 --- a/.changeset/smart-crabs-dream.md +++ b/.changeset/smart-crabs-dream.md @@ -1,5 +1,5 @@ --- -'@backstage/plugin-catalog-react': minor +'@backstage/plugin-catalog-react': patch --- -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. +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.