From 0ba73cdec96f9a0fdc9fe614f70a2efbb5a18c09 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 11 Apr 2023 14:24:15 +0200 Subject: [PATCH] Update .changeset/smart-crabs-dream.md Signed-off-by: Patrik Oldsberg --- .changeset/smart-crabs-dream.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.