From f95a7e2c5d4da5fa69f339da9088432e1c04b68c Mon Sep 17 00:00:00 2001 From: headphonejames Date: Fri, 24 Mar 2023 13:21:17 -0700 Subject: [PATCH] add changeset Signed-off-by: headphonejames --- .changeset/smart-crabs-dream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.